Hello,
I had a thread about this before and I was given the below CSS to fix it but I am also adding other magazine modules to the site on various pages to pull from different categories and the styling is not adjusting there? What do I need to do to adjust them on other places within the site as well. Examples in private data….
#av-magazine-1 .av-magazine-time.updated{
font-size:20px!important;
}
#av-magazine-1 h3.av-magazine-title.entry-title{
font-size:16px!important;
}
Hey hylandgraphics,
You can remove the code added before and use this one:
#top .av-magazine .av-magazine-time.updated {
font-size:20px;
}
#top .av-magazine h3.av-magazine-title.entry-title {
font-size:16px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey hylandgraphics,
You can remove the code added before and use this one:
#top .av-magazine .av-magazine-time.updated {
font-size:20px;
}
#top .av-magazine h3.av-magazine-title.entry-title {
font-size:16px;
}
If you need further assistance please let us know.
Best regards,
Victoria