• tkschneids

    (@tkschneids)


    I’m very new to this and cannot find the location to change the blue title bar to my color. If you start talking CSS or whatever that is, you will lose me. I need a specific direction on how to do it. Thanks.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @tkschneids,

    Sorry for delay but we have to use css for this.

    Firstly go to Appearance -> Customize -> Additional CSS

    Now paste the given CSS in Additional CSS box.

    header {
        background: #edb467;
    }

    You can change the color code #edb467 according to your requirement.
    If you have any issue regarding color or css then you can tell your color we will share you css.

    Thank you.

    Can I also change footer colour from blue to another?

    Sorry I found an answer in the other question but couldn’t delete this comment.

    Hello @sp1205 ,

    Firstly go to Appearance -> Customize -> Additional CSS

    Now paste the given css in Additional CSS box –

    .cpy-right {
        background: #db7c3b;
    }

    You can change the color code #db7c3b as per your requirement.

    If you like our theme please rate and review.

    Thank you

    Hi Sorry to bother you however I tried your suggestion and it did not work. Topbar Section of your Theme is still black and would like to change it to my site colour of #153e4d. I did try to attach a screen shot of my development site however this forum would not let me. your Astral theme allows me to put my company email address etc.. However it will not allow me change the colour.

    Hello @martintheshred ,

    Firstly go to Appearance -> Customize -> Additional CSS

    Now paste the given CSS in Additional CSS box.

    .header_contact {
        background: #153e4d;
    }

    Hope you like our theme please share your reviews & rating, it will help to motivate our team.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘changing colors in top bar’ is closed to new replies.