Home Forums WoodMart support forum Display header text below icon Reply To: Display header text below icon

#314126

Hello,

To change the Hover style please add the below custom CSS code:

ul#menu-left-menu:hover {
    color: rgba(51,51,51,.6);
    cursor: pointer;
}

The font is the same as the other you can check the font family in all the CSS, all are the same. It is changed may be because of the font size and font-weight.

Best Regards.