Okay
  Public Ticket #447205
Fint Size of Excerpts in Masonry
Closed

Comments

  • Keith started the conversation

    Dear Tahir,

    I would like to change the size of the excerpts under my posts in Masonry layout, as such: https://www.evernote.com/l/ACsR535IEsRJnpsNyN6dHAqTbMvLtKmUi8k

    I've added this custom CSS to the page (via Visual Composer) and to my child theme. It works as it should using Google Developer tools, but then doesn't actually work when I view the live site.

    div.excerpt p {
    font-size: small !important;
    line-height: 1.5;
    }

    Any help is more than appreciated!

    Kind regards,

    Keith

  •  8,851
    Tahir replied

    Hey ,

    Do you have the child theme active in Apperance -> Themes. Also have you tried adding the css to the Custom Css Box in General Settings , Salient Theme Options Panel ?.

    Thanks


    ThemeNectar Support Team 

  • Keith replied

    Hi Tahir,

    Thanks, apologies but realized i was over-qualifying by adding \'div\' to the beginning, and now it works. Thanks!

    Keith