Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #117243
    Jerome Dorsey
    Participant

    I would like the black color at the top of every page to match the menu background color. How do I do this?

    http://www.musicbythesea.rocks/map-directions/

    Thank you.

    Tom

    #117268
    Pratik
    Participant

    Hi @tattoo-tom,
    Do you want it same as in other pages in homepage too, try adding following code in Appearance-> Customize-> Additional CSS box:

    
    #masthead {
        background-color: #000000;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #117288
    Jerome Dorsey
    Participant

    I used

    #masthead {
    background-color: #1e73be;
    }

    Unfortunately this only worked on the home page. How do I change the rest of the pages from #000000 to #1e73be ? Thank you

    Tom

    #117357
    Pratik
    Participant

    HI @tattoo-top,

    Try following code:

    
    .header-bg #masthead,
    #masthead {
         background-color: #1e73be;
    }
    

    Please remove previous code.

    Regards,
    Pratik

    #117362
    Jerome Dorsey
    Participant

    Hi Pratik,

    Your code fixed my problem. Thank you for your support.

    Best regards,

    Tom

    #117366
    Pratik
    Participant

    Hi @tattoo-tom,

    I am glad everything worked out. If you liked my support, it would be great if you could leave a review at https://wordpress.org/themes/rock-star/.

    Nave a nice day.

    Regards,
    Pratik

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing Color at top of Template.’ is closed to new replies.