Home Forums WoodMart support forum Change the background of the sticky menu and underlines

Change the background of the sticky menu and underlines

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #616374

    martinsialer
    Participant

    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.
    #616681

    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.

    #617369

    martinsialer
    Participant

    What I need is for the menu to be transparent at the top but when going down (Sticky) it is a blue color

Viewing 3 posts - 1 through 3 (of 3 total)