-
-
How do I change the font color to white on the hover over my menu and the footer – the background color now matches the hover color and the item disappears upon hover or upon the selection of that page.
-
-
Hello,
Please add these lines into your custom css box:
.header_1 nav li > a:hover { color: rgb(221, 202, 163);} @media (max-width: 979px) { a.mobile_small_menu.open { color: rgb(242, 245, 244);} }edit the colors to your wish.
Best regards!
-
-
-
Hello,
For the small menu in mobile, please add these lines:
@media (max-width: 979px) { .close:hover { color: rgb(242, 245, 244); opacity: 1;} }As for the header and footer, edit the code to this:
a:hover, .header_1 nav li.current-menu-item > a, .header_1 nav li > a:hover { color: #FCFCFC !important; }Best regards!
-
-
Hello,
Can you please post your wp credentials in a private reply. So i can do this for you.
Best regards!
-
-
-
Viewing 9 reply threads
You must be logged in to reply to this topic.