Home Forums WoodMart support forum Wood Mart theme demo import minor issues Reply To: Wood Mart theme demo import minor issues

#153687

Hello,

I got your point that you want to display the menu item “HOME-SWEET-BAKERY” in black which is already shown in black and on hover you want to display its color as pink.

Your problem is resolved now. I used the below CSS code in your Global Custom CSS area under theme settings:

.noHover .nav-link-text{
color:black;
}
.noHover .nav-link-text:hover{
color:pink;
}

Screenshot without hover: https://jmp.sh/DyHWtJE
Screenshot with hover: https://jmp.sh/LQEjrKh

Best Regards.