Home Forums WoodMart support forum CREATE colour menu

CREATE colour menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #538383

    danaranjan
    Participant

    hi
    can someone help me how do i create a menue like on sale in red on this theme, i tried few ways and could not get this work help would be really appriciated

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

    Hung Pham
    Participant

    Hi danaranjan,

    Thanks for reaching to us.

    1. Navigate to Appearance > Menus > select menu > add custom class to menu item, for e.g: sale-item https://prnt.sc/qi8wDJ1cZiXc

    2. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-nav>li.sale-item>a{
    	background-color: #000;
    }
    
    .wd-header-nav .wd-nav[class*="wd-style-"]>li.sale-item>a{
    	color: #fff;
    }

    Regards,

    #538454

    danaranjan
    Participant

    HI
    I cannot see or find to add css classes on menu

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

    Hung Pham
    Participant

    Hi danaranjan,

    Thanks for your patience.

    Click on Screen Options (top right of the screen) > Check the CSS classes options in the Show advanced menu properties panel. https://prnt.sc/4RNOKCXQu7Wp

    Regards,

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