Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1179630

    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;
    }

    #1179786

    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

    #1179787

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.