Home Forums WoodMart support forum How to change style of title in mega menu?

How to change style of title in mega menu?

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

    vakhtang_11
    Participant

    Hi, see attachment. I need to change css of title in mega menu. I assigned class to column, but it does not influence on title.
    class named: left_menu_title_red

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

    vakhtang_11
    Participant

    it happens because this class added to <UL…>
    instead span of title. question is how to add class to title

    #139053

    Hello,

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

    body .vertical-navigation .menu-mega-dropdown .sub-menu>li>a {
        color: brown;
    }

    Set the styles as per your needs.

    Best Regards

    #139072

    vakhtang_11
    Participant

    thx 🙂
    and if I need items of submenu, what’s name of class?

    #139182

    Hello,

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

    body .vertical-navigation .menu-mega-dropdown .sub-sub-menu li a {
        color: red;
    }

    or use this selector body .vertical-navigation .menu-mega-dropdown .sub-sub-menu li a

    Best Regards

    #139189

    vakhtang_11
    Participant

    thx

    #139227

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

    Best Regards

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

The topic ‘How to change style of title in mega menu?’ is closed to new replies.