• Dear Support,

    I know how to customize menu by going to theme customization dashboard.
    My case is that I have made multiple menus and want different customization of these.
    I have made 2 seperate menus to be show in footer area..
    But I am unable to find the way to change the color, hover effect of a particular menu.
    Please guide me.
    Regards,
    Jay

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jayakhter

    (@jayakhter)

    Used below code for customized css but not working for color only working other parameters.
    ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: green;
    text-align: left;
    }

    Hello,

    Try to use the below code and check it works or not. Edit the code as per your need.

    .menu-footer-menu-1-container ul li a {
        color: #07d807;
    }
    .menu-footer-menu-1-container ul li a:hover {
        color: #118e11;
    }
    
    .menu-footer-menu-2-container ul li a {
        color: #07d807;
    }
    .menu-footer-menu-2-container ul li a:hover {
        color: #118e11;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Customizing specific menu typography’ is closed to new replies.