Home Forums Basel support forum mouse over color change small left menu bar in my link i share

mouse over color change small left menu bar in my link i share

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

    gd@divinarebh.com
    Participant

    Dear Support in share one link i have here one of left size small menu i share link plus screen shot for understand clear can i get same color stable after click which i take mouse over on link.

    https://divinarebh.com/projects/nyc1/beverages/

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

    Hello,

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

    .filter-widget li>ul li a:hover, .sidebar-widget li>ul li a:hover {
        color: #1aada3;
    }

    Change the color as per your needs.

    Best Regards

    #177086

    gd@divinarebh.com
    Participant

    Dear Support nothing happened after add this css in global just mouse over color change after click color still normal black kindly check again and help to resolve. even add !important; also.

    clear again
    after click on menu side per menu color not change yet just mouse over change which already happened.
    Thanks
    Regards
    Abrar

    #177121

    Hello,

    Try this code:

    .filter-widget li>ul li a:hover, 
    .sidebar-widget li>ul li a:hover {
        color: red;
    }
    .filter-widget li > ul li.current-menu-item a, 
    .sidebar-widget li > ul li.current-menu-item a {
        color: red;
    }

    Best Regards

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