Icon Box Rollover

Home Forums Jevelin Theme Icon Box Rollover

Home Forums Jevelin Theme Icon Box Rollover

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • photobernard
    Participant

    I am in the process in moving over to the Jevelin theme from my existing one.

     

    When doing Icon Boxes, is there a way to have:

    1. a URL link on the actual icon (not just the title)
    2. rollover effect on both the title and icon.

    Example would be like on my current homepage (currently a hybrid between the two themes)

     

    http://www.bernardpretorius.com

    Hi @photobernard,

     

    I hope you are well today and thank you for your question.

     

    Yes we can achieve this developing custom CSS code.

     

    For this please use Icon box on any of your site page and share me the URL of it so that I can help you to achieve it.

     

    Best regards,
    Shufflehound team

    photobernard
    Participant

    Hi – thank you for getting back to me. You can see the icon boxes on my homepage:  http://www.bernardpretorius.com.

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-iconbox-title a {
        padding-top: 134px;
        display: block;
        position: relative;
        margin-top: -134px;
    }
    
    .sh-iconbox:hover .sh-iconbox-icon-shape i,
    .sh-iconbox:hover .sh-iconbox-title h3,
    .sh-iconbox:hover .sh-iconbox-icon-shape {
    color: #000;
    border-color: #000;
    }
    
    
    

    photobernard
    Participant

    Amazing! That is awesome and is working perfectly! Thank you

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)