Okay
  Public Ticket #648448
Blog Masonry Metadata Size
Closed

Comments

  • Anthony started the conversation

    Hi. I apologize if there's previous support tickets on this topic; I bet there are, but I haven't been able to find them.

    Across our site, we use Masonry Blog No Sidebar and we're using CSS so that the only metadata that displays in the masonry is the blog title, and we would like to increase the font size in the masonry.

    Is that controlled by something in 'Typography'? Or what CSS can I use to tinker with font size?

    Thank you.

  •  8,992
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (max-width: 1600px) and (min-width: 1300px) {
        body #post-area.masonry.meta_overlaid .masonry-blog-item.regular h2.title {
            font-size: 18px!important;
            line-height: 25px!important;
        }
    }

    Best.



    ThemeNectar Support Team