Inline CSS Colors
-
Hello,
I am attempting to use your template on a site I am building, but am having difficulty in removing the colors that the css is putting in there for the navigation.
I don’t wish to have any background colour behind the current selected page on the navigation but it is automatically putting a white background behind it as seen here: http://echeloncreations.com/Screenshot_3.png
I know that you can change the colours in the customizer, but are you able to remove the background colour from it?
Kind Regards,
Dan
-
Hi,
Use below css in Custom Css Editor in Customizer General Section
.menu_button_mode:not(.header_on_side) #navy > li.current_page_item > a{ background:transparent; }This css is not tested but it should do the job. 🙂
Thanks
Hello,
Thank you for your reply.
I have tried this in both the Custom Css Editor in Customizer General Section and also tried it in the Style.css in the Editor, but neither are making it work. The white background is still there.
Dan.
Hi,
Please provide the site URL.
Thanks
Hi,
Please Try this:
.menu_button_mode:not(.header_on_side) #navy > li.current_page_item > a, .menu_button_mode:not(.header_on_side) #navy > li.current_page_item:hover > a { background: transparent !important; }Hope it will work for you.
Thanks
Perfect, Thank you for your help.
Most Welcome.
Thank You
The topic ‘Inline CSS Colors’ is closed to new replies.
