Change the background of the sticky menu and underlines
-
In which part of the options can I change the background of the sticky menu and the menu underlines?
attached image
Attachments:
You must be
logged in to view attached files.
Hello,
Please navigate to the Woodmart >> Header Builder >> Edit the Header that you are using for your site >> then click the Settings icon on the header section which you have set as a sticky >> https://ibb.co/hsWMDS8 Then from the style tab set the background color: https://ibb.co/TTDVJK0
To change the color of the line, please use the below custom CSS code:
.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
background-color: red;
}
Best Regards.
What I need is for the menu to be transparent at the top but when going down (Sticky) it is a blue color
Hello,
Yes, it is working the same way as this on the site. Now what do you want to do with the header?
Best Regards.