Home Forums WoodMart support forum Secondary menu letters are capitalize

Secondary menu letters are capitalize

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #186201

    yorgos
    Participant

    Secondary menu letters are capitalize how i can change it in deafault, example fist letter capital and other lowercase, this is my categories default layout.

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

    Hello,

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

    body .mega-menu-list>li>a, 
    body .menu-mega-dropdown .sub-menu>li>a {
        text-transform: none;
    }

    Best Regards

    #186296

    yorgos
    Participant

    look nice and something else please how to set all submenu items same colour and bold too, because some is bold and black and some thin and grey
    https://redzeppelin.dblii.com

    #186298

    yorgos
    Participant

    and the white space in right it is bigger than the above submenu

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

    Hello,

    You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #186356

    yorgos
    Participant

    Yes i know thanks but witch one is for the menu and sub menu?

    #186443

    Hello,

    Take this selector for body .mega-menu-list .sub-sub-menu li a and body .mega-menu-list>li>a and body .menu-mega-dropdown .sub-menu>li>a

    Best Regards

    #186454

    yorgos
    Participant

    looks nice thanks clear enough.

    #186485

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

    Best Regards

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

The topic ‘Secondary menu letters are capitalize’ is closed to new replies.