Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25484

    Hi,

    We’re using the Icon Box to display our email address. We have added the information as such:

    Title: Contact Us (with a page link)

    Content: “our email address”

    That order looks good in the layout of the element. However, we have heard feedback from multiple visitors to the site that they couldn’t find the active link. This is because one tends to assume the link will be placed on the email address and because only the title (which we have customized to say “Contact Us”) may have a link, visitors are getting confused and just stop looking, assuming there is no link. Is there a way to make the entire element (with icon, title, content and square, grey background) an entirely clickable link?

    Thanks,

    Lea

    #127146

    Hi,

    no, this would require a code rewrite but I’d suggest to add an underline to the title/text link with

    .iconbox .iconbox_content .iconbox_content_title{
    text-decoration: underline;
    }

    or wrap your content into a link (a href element).

    #127147

    Great, works well. Thanks :)

    #127148

    Hey!

    Great :)

    Regards,

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Clickable Elements within Icon Box’ is closed to new replies.