Home Forums WoodMart support forum Sub menu and sticky bar

Sub menu and sticky bar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #341095

    shweta
    Participant

    Hello Team,

    1. how to add the right navigation arrow on the sub-menu? for better understanding please find the screenshot attached.
    2. I’m using a sticky add to cart button bar on the product page when I’m selected size, color but when I clicked the option the selection option redirects upside instead of add to bar button. (URL: https://blanc9.com/product/belle-sleeve-velvet-top)

    Best

    • This topic was modified 3 years ago by shweta.
    Attachments:
    You must be logged in to view attached files.
    #341191

    Hello,

    1) Sorry but there is no option in Theme Settings available for that.

    2) This is how it works by default the add to cart for variable products only scrolls to the add to cart form.

    Best Regards

    #341406

    shweta
    Participant

    Hello,

    how can it be possible that woodmart doesn’t have this option? that if someone wants to open the submenu doesn’t see a navigation arrow? if a customer comes to my website, then how will he know that there is more dropdown menu on the website because there is not showing navigation arow? please find the reference screenshot.

    Best

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

    shweta
    Participant

    hello,

    How to change arrow color only for menu, not all the website. for better understanding please find the screenshot attached.

    best

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

    Hello,

    Sorry for the misunderstanding.

    To change the color try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .wd-nav-vertical>li.menu-item-has-children>a:after {
        color: white;
    }

    Best Regards

    #341468

    shweta
    Participant

    this code is not working.

    • This reply was modified 3 years ago by shweta.
    #341509

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    .wd-dropdown-menu.wd-design-default .menu-item-has-children>a:after {
        color: white;
    }

    Best Regards

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