Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi,
I would like to get rid of the 1px grey lines in the main menu, bottom and top. It seems to be an “Embedded style” but I cant locate the file, could you please tell me where is that css file located?
This is the code I need to modify:
.header_10 .full_nav_menu .container
{
border-top-width: 1px;
border-top-style: solid;
border-top-color: #e7e7e7;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e7e7e7;
}
Many thanks in advance!
Luis.
Hello,
You can add the CSS codes on your custom CSS box located at General option > Custom CSS Code. (see screenshot) If you want to customize the css for a specific page, you should add it to the page CSS box.
In you case you can add that to your theme CSS box.
Let us know if you need further help.
Best regards!
It worked perfectly, thanks! Didn’t know about that feature.
Regards,
You must be logged in to reply to this topic.