Okay
  Public Ticket #1760990
Changing the font colour
Closed

Comments

  • Hello_THINKA started the conversation

    Hi There,

    Thanks for an amazing theme.

    I just have a quick question. I would like most of my body text to be navy (#00405a), I think I have changed all the settings however my text for my FAQ questions, my testimonial text and my 'like what you see' in the blogs section text all seem to stay grey?

    This is happening on the following pages - 

    https://thinka.me

    https://thinka.me/inspiration-and-purpose/

    I've also attached screenshots so you can see what are appearing grey.

    Any help is much appreciated.

    Thanks

    Tar

  •  8,998
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .toggle h3 a {
        color: #00405a !important;
    }
    .testimonial_slider:not([data-style*="multiple_visible"]) blockquote {
        color: #00405a !important;
    }
    .full-width-section > .col.span_12.dark h1, .full-width-content > .col.span_12.dark h1, .full-width-section > .col.span_12.dark h2, .full-width-content > .col.span_12.dark h2, .full-width-section > .col.span_12.dark h3, .full-width-content > .col.span_12.dark h3, .full-width-section > .col.span_12.dark h4, .full-width-content > .col.span_12.dark h4, .full-width-section > .col.span_12.dark h5, .full-width-content > .col.span_12.dark h5, .full-width-section > .col.span_12.dark h6, .full-width-content > .col.span_12.dark h6 {
        color: #00405a !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Hello_THINKA replied

    Thanks so much for your help!

    This worked perfectly :) 

    Thanks again,

    Tara