Home › Forums › All Other Themes › Menu text colour changing to white
- This topic has 9 replies, 2 voices, and was last updated 1 year, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
September 30, 2022 at 3:45 am #200784
Hello, I am using the nightclub theme for the website of comedyville.ca. There is a little problem with the pull-down menu text. When you pull down a menu and hover the mouse over a menu item, it changes to the colour white and therefore disappears from the menu. In the options, the hover option is not set to change the colour to white.
You can view the screenshot here, you won’t see the mouse pointer, but it’s over the menu item “Friday Early”.
https://ibb.co/GHNPbDB
The issue is only evident on desktop browsers.
Let me know if you need more info.
Thanks!
September 30, 2022 at 10:39 am #200788Hi,
Kindly use this CSS.
#topmenu ul li ul li a:hover { color: #eb0e47; }
Regards,
DaveSeptember 30, 2022 at 9:03 pm #200807Hi Dave, I used this. The text still turns white on mouse-over.
October 3, 2022 at 4:26 pm #200827Hi,
okay, Kindly try this one.
#topmenu ul li ul li a:hover {
color: #eb0e47 !important;
}Regards,
DaveOctober 5, 2022 at 4:38 am #200858Hi Dave, I used this, with no success.
October 5, 2022 at 11:36 am #200861Hi,
This is done.
Do not put any text in the class name. You added the text “colorfix” into the class name.
That’s why the menu hover class wasn’t working.
Please do not add any text in the class which is given by forum.
Regards,
DaveOctober 13, 2022 at 5:34 am #201026Thanks very much Dave! No problem, I appreciate it.
October 13, 2022 at 10:32 am #201027Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
DaveOctober 14, 2022 at 1:49 am #201047I just did, under Global Access. Thank you!
October 14, 2022 at 10:33 am #201049Thanks for the review 🙂
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.