I have a css problem with the Joomla Adv. Related items. relating to the rule : .mfp_carousel_skin_default .mfp_carousel_item .mfp_carousel_title a
It seems I cannot override
.mfp_carousel_skin_default .mfp_carousel_item .mfp_carousel_title a {
font-weight: 700 !important;
font-size: 1em !important;
}
with this:
.mfp_carousel_skin_default .mfp_carousel_item .mfp_carousel_title a {
font-weight: 100;
font-size: 1em;
}
I would like the background color of these module which means I also need to change the font type and colours later. I really need to be able to change this.
Where can I do that?