Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello!
We are utilizing the Tower theme and have the social icons showing in the widget top right hand corner. They’re red, but when hovering they go white and thereby invisible. I can’t seem to find the option in Tower settings to change this. How can we resolve this to show another color besides white/transparent?
https://mckinneyestateplanning.com
Thanks!
Hello,
Please add this code into your custom css box:
.top_nav_transparency .footer_social_icons.circle li a i:hover {
color: #e272cf;
}
Change the color to your wish.
Best regards!
Thanks for your quick response! I added that bit of code to the custom css box but they still go white/transparent on hover in both test browsers. Is there something else that needs to be added/changed? Thanks!
Hello,
Please add this code to your custom CSS box:
.header_wrapper .top_nav_transparency .footer_social_icons.circle li a i:hover { color: #949494 !important; }
Here you can change the color as you wish.
Let us know.
Best regards!
You must be logged in to reply to this topic.