Okay
  Public Ticket #708774
Masonry Fullwidth Quote Font
Closed

Comments

  • Darren started the conversation

    Hi!

    Is there any way to change the font for only Quotes in the Masonry Full Width blog page without affecting the other posts?

    Darren

  •  8,992
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Darren replied

    Hi, Thanks for getting back.

    It's on this page: http://emmaworrollo.com/

    :D

  •  8,992
    Tahir replied

    Hey Again,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    article.post.quote .post-content h2 {
        font-family: Open Sans !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • Darren replied

    Thanks! Worked a treat!