Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › How to change the color scheme for the sticky menu
Tagged: Sticky Menu
- This topic has 7 replies, 3 voices, and was last updated 5 years, 8 months ago by
acmesupports.
-
AuthorPosts
-
September 15, 2017 at 5:15 pm #20350
Edward Vintland
ParticipantHow can I change the background color of the sticky menu to blue instead of black.
Thank you,
September 16, 2017 at 3:51 am #20358Acme Themes
KeymasterHello 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
September 18, 2017 at 8:03 pm #20424Edward Vintland
ParticipantWhen 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; }
September 18, 2017 at 8:28 pm #20425Acme Themes
KeymasterHello 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 ThemesSeptember 18, 2017 at 8:31 pm #20426Edward Vintland
ParticipantHi the website url, the website is honormedical.com
I also put the code in the custom code area.
Thank you
September 18, 2017 at 10:27 pm #20429acmesupports
ModeratorWhile 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
September 18, 2017 at 10:42 pm #20430Edward Vintland
ParticipantAfter 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.
September 18, 2017 at 11:15 pm #20441acmesupports
ModeratorPlease use the below css codes
.at-inner-nav { background: blue; }
Kindly change the color name/code to your required color.
Thank you -
AuthorPosts
- You must be logged in to reply to this topic.