Dixie McCall Well-known member Sep 19, 2021 #1 I've already asked this question but I cannot find the thread. How to change the hover background and text in profile "account details" menu. See attached. I just need the css again. Thank you. Attachments Screenshot (895).webp 10 KB · Views: 6
I've already asked this question but I cannot find the thread. How to change the hover background and text in profile "account details" menu. See attached. I just need the css again. Thank you.
Solution O O Old Nick Sep 19, 2021 Less: .blockLink:hover { background: brick-red; color: white !important; } Maybe...
O Old Nick Well-known member Sep 19, 2021 #2 Hello, try this Less: .blockLink:hover { background: red; } Upvote 0 Downvote
Dixie McCall Well-known member Sep 19, 2021 #3 Thank you @nicodak that works! I also need to change the hover text to white. I have this but the text color isn't working. blockLink:hover { background: brick-red; text-color: white; } Upvote 0 Downvote
Thank you @nicodak that works! I also need to change the hover text to white. I have this but the text color isn't working. blockLink:hover { background: brick-red; text-color: white; }
O Old Nick Well-known member Sep 19, 2021 #4 Less: .blockLink:hover { background: brick-red; color: white !important; } Maybe... Upvote 1 Downvote Solution
Dixie McCall Well-known member Sep 19, 2021 #5 That didn't seem to work either. The background is working but not the text. I know there is an easy code to this as I've used it before but I forgot to save it. Upvote 0 Downvote
That didn't seem to work either. The background is working but not the text. I know there is an easy code to this as I've used it before but I forgot to save it.