Hi,
I’d like to change color on hover to #236a62 on the social icon from the icon list.
Can you please let me know the CSS for this?
Many thanks
Risa
Hey 2eminds,
Try using this css code:
#top #wrap_all .social_bookmarks li a:hover {
background-color: #236a62 !important;
}
Hope this helps :)
Best regards,
Nikko
Hi Nikko
Thank you for your reply.
I wanted to change the color on hover on the social icon from the icon list on the Contact page: https://www.2eminds.com/contact/
You’ll need to log in to WP to view the page.
I hope this make sense!
Many thanks
Risa
Hi,
Can you try adding this code in wp-config.php:
define( 'CONCATENATE_SCRIPTS', false );
This would help us locate which script is causing the issue.
Best regards,
Nikko
Hi Nikko,
Do I add the code above on the Control Panel?
Thanks
Risa
Hi,
You would need to use FTP and add the code to the file wp-config.php in your root directory.
Best regards,
Mike
Hi Mike
I was able to figure it out myself. Below is the CSS I used and it worked!
.av_font_icon:hover {
color: #236a62!important;
}
Many thanks
Risa
Hi Risa,
Glad that you fixed it. Thanks for using Enfold :)
Best regards,
Nikko