Okay
  Public Ticket #2649794
CSS Changes in Single Testimonial
Closed

Comments

  • Georges started the conversation

    Hello, I'd like to change the font-size of the single-testimonial text. see attachment for which exact text I'm referring to. Thanks! 

  •  8,849
    Tahir replied

    Hey Georges ,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    blockquote.nectar_single_testimonial p {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Georges replied

    That worked! Thanks!