Home Forums WoodMart support forum Menu not underlined on hoover and some unidentified pixels next so Shop-Link

Menu not underlined on hoover and some unidentified pixels next so Shop-Link

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #489083

    admin-9367
    Participant

    Hi there!
    We are developing an eCommerce Webshop using your Woodmart-Theme and Elementor Pro.
    Regarding our menu (see URL in private area) we have 2 questions.
    1. How might it be possible to change the color for underline on hoover, if we want to use the primary color as background-color – so underline-color and background has now the same color, so the user does not see the underline and we don’t want to change the background-color.

    2. If you have a closer look to the “SHOP” Menu-Link, there are some grey pixels and we don’t know where they come from?? Maybe you have any idea?

    Thanks for your support,

    Shape-Line Team

    Attachments:
    You must be logged in to view attached files.
    #489102

    Hello,

    01. Go to Woodmart > Header builder > edit current header > Configure main menu settings and choose the menu style underline from style tab. Then Go to Theme Settings > Typography > Advanced > choose the main navigation links from drop down and set the active color and hover color.
    https://ibb.co/HzHVPYN

    02. Try to following code in theme settings > Custom CSS > Global CSS:

     .wd-nav>li>a .menu-label {
    display: none;
    }

    Best Regards

    #489436

    admin-9367
    Participant

    Thank you for your fast response.
    Question 2 is solved.
    But on question 1 I still don’t see any underline on hoover.
    The menu style is set (see attachment)
    and also the main navigation link color under …typography-advanced. (see attachment)

    Any further instructions I could try?

    best regards in advance,
    Shape-Line Team

    Attachments:
    You must be logged in to view attached files.
    #489601

    Hello,

    Please share the wp login details of your site i will check and give you a possible solution.

    Best Regards.

    #489632

    admin-9367
    Participant

    Thanks – find as extra information the login credentials to our site.

    #489678

    Hello,

    I have created a new header on your site “Header Advanced” and set it for the Home Page. The Menu underline style is working fine. Check back your site after completely clearing the browser cache.

    Best Regards.

    #489786

    admin-9367
    Participant

    Hi!
    Thanks – this is working fine now with the menu.
    Another short question – if I add some product to the cart, then the card slides in from the right screen side. The background is black – how can I change it back to becom white again?

    Thank you very much – you are very competent – a real specialist 😉

    Best regards,
    Shape-Line

    #489810

    Hello,

    It is already in white background. If you want to change the background color.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-side-hidden {
        background-color: black;
    }

    Best Regards.

Tagged: 

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