Okay
  Public Ticket #896525
Change Header Color Without Changing Other Main Colors
Closed

Comments

  •  2
    tom started the conversation

    Hi,

    I'm trying change the portion of the header than contains the logo to a white background. I obviously can use the built in color tool to do this, but by doing so it makes all the other instances of "main-color" in CSS white, which then makes them invisible on the already white page. (i.e all the font awesome icons, h1, h2, etc). 

    To clarify, I want to use a white background on the header but not impact the Main Color throughout the rest of the site.

    I've also chosen white (#ffffff) as the footer text color so I tried to modify the CSS by replacing "main-color" to "footer-color" in the relevant CSS locations, but I wasn't able to get that to work either. 

    Thanks in advance for any help. 

  •  2
    JC replied

    following

  •  2,010
    Ocean replied

    Hi,

    You can add css code

    here: http://www.awesomescreenshot.com/image/431375/60a65bbd73398f66ec983fe267a49737

    .tp-header {

    background-color: #ffffff;

    }

  •  2
    JC replied

    This Worked for me!

  • cloudnclear replied

    when you change the header background color to white, also the CALL number disappears.

    How do I change the "call:+000-0000" to a different color?

    How can I write a different word rather than CALL?

    thanks

  •  2,010
    Ocean replied

    Hi,

    Go to insurance option/header setting => edit

    follow: https://www.awesomescreenshot.com/image/2945727/30bc460d7bc2df58eadf9753df4b96d9

    change color: you can add css code. go to insurance option/styling option/Css code => add css

    .tp-header .call {

    color: your-color;

    }

  • cloudnclear replied

    My panel is different than yours.

    I don't have an edit option in the header.

    here's the printscreen:

  •  2,010
    Ocean replied

    Hi,

    you can add class to change color.

    Change text. open file wp-content/theme.insurance/header.php

    find "call"

    change code: <?php _e('Call:','insurance') ?>

    to

    <?php _e('your-text:','insurance') ?>