Home Forums WoodMart support forum Separator in the menu

Separator in the menu

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #233242

    _7
    Participant

    Hi. How do I divide the categories in the menu as shown in the picture ?

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

    Hello,

    Please read and follow these instructions: https://xtemos.com/docs/woodmart/product-category-menu/ and https://xtemos.com/docs/woodmart/create-menu-2/

    Best Regards

    #233403

    _7
    Participant

    Unfortunately, I didn’t find how to enable the horizontal separator and how to choose a color. Could you drop a link to this particular point in the instructions

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

    Hello,

    The color of the icon is set in the icon code. You should ask your icon designer he would do it for you.

    All the text color is set in the Theme Setting > Typography /Advanced typography.

    The divider appears by default. Please provide your site admin access I will check the settings.

    Best Regards

    #233451

    _7
    Participant

    I’m only interested in the separator and its color. You can’t see it now.
    Okay, how do I grant access ?

    #233482

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    body .vertical-navigation li, {
        border-bottom: 1px solid red;
    }

    Best Regards

    #233486

    _7
    Participant

    unfortunately this didn’t help

    #233501

    _7
    Participant

    I need it like in the drawing

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

    Hello,

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

    body .header-categories-nav .woodmart-navigation .item-level-0 > a {
    border-bottom:1px solid rgba(255,255,255,0.6);
    }
    body .vertical-navigation .menu-simple-dropdown li a{
    border-bottom:1px solid rgba(255,255,255,0.6);
    }
    body .vertical-navigation .menu-simple-dropdown .sub-menu-dropdown{
        padding-top: 0; 
        padding-bottom: 0;
    }

    Best Regards

    #233718

    _7
    Participant

    Great. Thanks

    #233766

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Separator in the menu’ is closed to new replies.