How to change the color scheme for the sticky menu - Acme Themes

Best Premium and Free WordPress Themes Forums Corporate Plus Pro How to change the color scheme for the sticky menu

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #20350
    Edward Vintland
    Participant

    How can I change the background color of the sticky menu to blue instead of black.

    Thank you,

    #20358
    Acme Themes
    Keymaster

    Hello Edward,

    Use the following Custom CSS code

    .navbar-small, .navbar-no-fs, .navbar-remove-fixed-top {
        background: blue!important;
    }

    You can change the blue color, to color code as you like.

    Thanks

    #20424
    Edward Vintland
    Participant

    When I tried the above code the black sticky menu was still showing. I have included the code below

    .navbar-small, .navbar-no-fs, .navbar-remove-fixed-top {
        background: blue!important;
    }
    #20425
    Acme Themes
    Keymaster

    Hello Edward,

    Can you please send your site url, the code should be worked , we would like to see closely what is happening there.

    Best Regards!
    Acme Themes

    #20426
    Edward Vintland
    Participant

    Hi the website url, the website is honormedical.com

    I also put the code in the custom code area.

    Thank you

    #20429
    acmesupports
    Moderator

    While viewing your site, the color of the sticky menu is blue in color. Can you please have a look on this screenshot?
    Isn’t this what you are looking for?

    Thank you

    #20430
    Edward Vintland
    Participant

    After looking at the screen shoot it looks correct the only issue when you click on jobs the page loads and the black area on top where the Honor medical logo shows transparent black that is what I would like to change.

    #20441
    acmesupports
    Moderator

    Please use the below css codes

    .at-inner-nav {
        background: blue;
    }

    Kindly change the color name/code to your required color.
    Thank you

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.