Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Hover over – text disappears › Reply To: Hover over – text disappears
January 19, 2015 at 11:30 pm
#1663
Participant
Please go to “Elvyre options -> Appearance – Custom CSS” box and copy and paste the following code into that box:
#menu-main_menu li a:hover {
color: #aeaeae !important;
}
You can change #aeaeae to any color you like.
Your titles will now be displayed once you hover them.
Robert