Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #234349

    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

    #234559

    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

    • This reply was modified 10 years, 1 month ago by Ismael.
    #234567
    This reply has been marked as private.
    #234767

    Hi!

    It seems like you have already figured it out! http://i.imgur.com/819WKHb.jpg

    Best regards,
    Yigit

    #234853
    This reply has been marked as private.
    #235731

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.