-
Author
-
December 21, 2015 at 16:53 #94567fersampParticipant
Hi,
one simple question: I don’t manage to change link color background in the top main sub-menu during mouseover.
I tried to change some color in Theme Options but nothing changes.
December 21, 2015 at 18:19 #94613RaduModeratorHi,
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE.top-menu .dropdown-menu li a:hover { background: green !important; }
replace green with your desired color.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 21, 2015 at 18:26 #94616fersampParticipantIt’s still a white background…sorry, I inserted this
COPY CODE.top-menu .dropdown-menu li a:hover { background: green !important; }
into quick css
December 22, 2015 at 16:43 #94877RaduModeratorHi,
On my side the bg is green, maybe in your side is a cache issue.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 22, 2015 at 17:03 #94886fersampParticipantBut you mean bg of the submenu like “Categorie”, “Le mie prenotazioni”, “Luoghi”…
even after cleared cache, bg is still white… grrr
December 22, 2015 at 17:51 #94901fersampParticipantA screenshot
Attachments:
You must be logged in to view attached files.December 22, 2015 at 19:50 #94929RaduModeratorHi,
Please replace that code with this
COPY CODE.kleo-main-header ul.dropdown-menu li a:hover { background-color:red !important; }
Sorry for misunderstanding.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.