When I make the titles for my icon boxes links, they remain black instead of red, my chosen link color. It’s not obvious to the user that these are clickable links. How can I fix this?
Lynda Rae
Aurora Design Studio
Hi auroradesignstudio!
Thank you for using the theme. I hope you’re doing well today.
Please give us a link to the website. We need to inspect it. Add this on Quick CSS:
.iconbox .iconbox_content .iconbox_content_title a:hover {
color: red !important;
}
Change the color value.
Cheers!
Ismael
Hi!
It seems like you have already figured it out! http://i.imgur.com/819WKHb.jpg
Best regards,
Yigit
Hey!
1- You can add iconbox element to your page in Avia Layout Builder. You can also add your own icons ( please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/ )
You should choose to display icons on top to have them in circle.
2- You can change overlay icons with following code
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: url(https://yourdomain.com/icon.png);
font-family: 'entypo-fontello';
}
3- You are using an older version of the theme. Please update Enfold to the latest version as well - http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit