homeblock link to gallery

Support Area Forums Selfie homeblock link to gallery

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.picturesofprose.com
  • Author
    Posts
  • #25528
    Deirdre Lewis
    Participant

    I was wondering if perhaps instead of having the little plus sign, I might be able to make it such that when they click on the homeblock image itself it would take them to a gallery page?

    #25534
    Bill Robbins
    Moderator

    Hello Deirdre,

    Excellent question there. You can swap out the plus sign and make the entire block a link to the gallery. Here’s how:

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

    If you have any questions or trouble, just let me know.

    Thanks,
    Bill Robbins

    #25535
    Deirdre Lewis
    Participant

    You are awesome. Thank you!

    #25536
    Bill Robbins
    Moderator

    I’m glad that did the trick. Let me know if you need anything else 🙂

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