Icon Website links

Home Forums Jevelin Theme Icon Website links

Home Forums Jevelin Theme Icon Website links

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • tyne
    Participant

    Hello,
    First off – LOVE this theme!

     

    I’m just wondering if there’s a way to link the actual Icon Image to a page instead of it just linking the headline?

     

    Thanks,

    Tyne

    tyne
    Participant

    Just to clarify – currently only the headlines (Facebook, Websites, Brand) are linking through to pages. I’m wanting the icons within the circle to link also if possible.

    Attachments:
    You must be logged in to view attached files.

    Hi @tyne,

     

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

     

    You can try achieving 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: 175px;
        display: block;
        margin-top: -175px;
        position: relative;
        z-index: 999999;
    }

     

    Best regards,
    Shufflehound team

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