Viewing 4 replies - 1 through 4 (of 4 total)
  • Kush

    (@kushnamdev)

    Hey @kenandtash,

    Thank you for using Neve and contacting us.

    I understand that you are inquiring about the top bar on your site. If my understanding is correct, you can make the desired modifications by navigating to Customizer > Header > Header Main. Please refer to the screenshot provided here for further reference: https://vertis.d.pr/i/j6BVmQ.

    Please let me know if there is anything else I can assist you with.

    Thank you and have a pleasant day.

    Best regards,

    Thread Starter kenandtash

    (@kenandtash)

    The area above the header is what I’m referring to. It contains the WordPress logo, Login and Register

    Kush

    (@kushnamdev)

    Hey @kenandtash

    Yes, You can use the following custom CSS to change the color of the WordPress admin bar to red (for example):

    #wpadminbar {
        background-color: #ff0000 !important;
    }
    

    To add this custom CSS to your WordPress site, Go to Appearance > Customizer > Additional CSS section, Add the CSS code in the text area then click on the “Publish” button.

    P.S – You can change the background color to any of your choices.

    Thanks and have a nice day!

    Thread Starter kenandtash

    (@kenandtash)

    Perfect! Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background color for TopBar’ is closed to new replies.