Hi how can i change the font weight of the magazine headers?
Check this page: http://www.ocreurope.com and scroll down the page, i want the header font to look like the “event calendar” font.
Hey Swedfit!
Thank you for using Enfold.
Please use this to change the style of the magazine heading:
.av-magazine-top-heading {
font-size: 15px;
font-weight: 300;
text-transform: uppercase;
float: left;
}
Regards,
Ismael
Thanks worked like a charm!
Is there a way have the highlighted category in the magazine red? I don’t want the header to be in red just the chosen category
Hey!
Thank you for the update. Please use this:
#top .av-magazine .avia-inherit-font-color a.active_sort {
color: red;
}
Cheers!
Ismael
Thanks! :)