Okay
  Public Ticket #694160
testimonial quote color
Closed

Comments

  • Megan started the conversation

    LOVE the testimonial feature!
    Is there a way for me to change the color of either the quotation mark or the circle in the testimonial? Thank you!

  •  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 

  • Megan replied

    Heres the URL: precisionequestrian.com/contact

  •  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) :

    .page-id-25 .testimonial_slider .image-icon {
        color: #f7663d!important;
        border-color: rgba(247, 102, 61, 0.5)!important;
    }
    

    Best.


    ThemeNectar Support Team 

  • Megan replied

    Thank you! Can I sub a HEX color for RGBA? 

    I also want to do this on other pages. Do I need to change the page ID # to sub in for other pages?

  •  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) :

    .testimonial_slider .image-icon {
        color: #f7663d!important;
        border-color: rgba(247, 102, 61, 0.5)!important;
    }
    

    Above would work for whole site.
    Best.


    ThemeNectar Support Team