Okay
  Public Ticket #235230
Testimonial Italics and Background Color
Closed

Comments

  • Diego started the conversation

    How can I change the background color and change the font from italics to normal. Thank you

  •  8,839
    Tahir replied

    Hey Diego!

    Can you please be more specific as to which page element  you want to make these changes to. 

    Thanks


    ThemeNectar Support Team 

  • Diego replied

    Apologies, Tahir. I meant the testimonial bloc. In my page it uses the light blue that is the accent color and the body text is italicized. I would like to change it to no color, and change the text to non-italics as well as to match it to the font of the rest of the page. Please, feel free to take a look at the work in progress: Related URL: http://69.195.124.151/~myblinds

  •  8,839
    Tahir replied

    Hey Diego!

    Add this into the Custom CSS box located in your Salient Options panel:

    body .testimonial_slider blockquote p {
        font-style: normal;
        font-family: inherit;
    }
    
    
    

    Cheers


    ThemeNectar Support Team