Home Forums WoodMart support forum change categories menu background color

change categories menu background color

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

    arsiviznet
    Participant

    Hi;

    How can I change the background color of the category menu?

    I added a picture as an example

    menu background change

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

    arsiviznet
    Participant

    How can I adjust the menu width?

    #233634

    Hello,

    When you use the Category menu in the header, you cannot change its width. If you show the Category menu in the content, by means of Mega menu widget element you can change the width by means of column width and set the color on the column https://xtemos.com/docs/woodmart/adding-menu-site/

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

    .vertical-navigation .item-level-0.menu-item-has-children>a {
        background:red;
    	color:green;
    }
    body .vertical-navigation .item-level-0:hover>a {
        background-color: green;
        color: red;
    }

    Set the colors as per your needs.

    Best Regards

    #233821

    arsiviznet
    Participant

    thanks for the return. but what I want is to make the menu completely black. get the menu background completely black

    #233843

    Hello,

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

    .vertical-navigation .item-level-0.menu-item-has-children>a {
        background:black;
    	color:white;
    }
    body .vertical-navigation .item-level-0:hover>a {
        background-color: black;
        color: white;
    }

    Best Regards

    #233845

    arsiviznet
    Participant

    no. I want it to be exactly like the attached photo.

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

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

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