New Landing › How can we help? › Atelier › Colors for Button Style Menu Item
Hi Mohammad,
Sorry to bring up this topic again.
I noticed that if i add the CSS code you mentioned, it fixed the other pages, but now the naked header on the home page will have the white border. (http://i.imgur.com/y7lDKbN.png) Can I add a CSS code just to fix the naked header? Thanks!
Hi, Please use this custom css code:-
.home nav ul.menu > li.menu-item.sf-menu-item-btn > a { background: transparent !important; }
Thanks Mohammad
Hi, Please use this custom css code:- nav ul.menu > li.menu-item.sf-menu-item-btn > a { background-color: none !important; }
Hi Mohammed, I pasted the code into the custom CSS but it is still not working. The white patch behind the button is still showing. Thanks!
Hi,
Try this code instead.
nav ul.menu > li.menu-item.sf-menu-item-btn > a { background-color: transparent !important; }
Hope it helps.
-Rui
You must be logged in and have valid license to reply to this topic.