Connect box link area

Support Area Forums Kerygma Connect box link area

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://student.knueven.org/
  • Author
    Posts
  • #25733
    Avatar photoZac Manor
    Participant

    On my site the only linkable area on the connect box is around the words.

    on your ‘organized themes site the entire box is clickable as a link. is there a setting that im missing to make this possible?

    #25734
    Bill Robbins
    Moderator

    Zac,

    Great question. You can force the link to cover the entire area of the box this way:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .home-box.widget a {
      	top: 0;
      	left: 0;
      	right: 0;
      	bottom: 0;
      	z-index: 20;
      	position: absolute;
      }
      
    3. Update your settings.

    That will actually make it into the next theme update. I had a similar request last week from someone not using text in the box and had similar linking issues.

    See if that works for you and let me know if you have any trouble.

    Take care,
    Bill

    #25735
    Avatar photoZac Manor
    Participant

    This code worked!

    Thanks!

    #25738
    Bill Robbins
    Moderator

    Fantastic! I should have made it that way from the start 🙂

    Have a great day Zac

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Connect box link area’ is closed to new replies.