Remove portfolio link on gallery images

Discussion in 'BusinessGrow One Page WordPress Theme' started by rosy, Mar 17, 2014.

Thread Status:
Not open for further replies.
  1. rosy

    rosy Member

    Joined:
    Sep 17, 2012
    Messages:
    73
    Likes Received:
    2
    How do I remove the link to portfolio pages on my gallery images BUT keep the link to the larger image (lightbox)?

    Thanks, Rosy :)

    LINK.jpg
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .galleryImageLink2{
    display:none!important;
    }

    Thanks & Regards
    Gourav Shrivastava
     
    rosy likes this.
  3. rosy

    rosy Member

    Joined:
    Sep 17, 2012
    Messages:
    73
    Likes Received:
    2
    thanks Gourav! that worked great
    is there a way to center the lightbox image ( .galleryImageLink1) in the hexagon - that is too far left?
    Appreciate the help!
    Rosy
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .galleryImageLink1 {
    left: 40%;
    }

    Thanks & Regards
    Gourav Shrivastava
     
    rosy likes this.
  5. rosy

    rosy Member

    Joined:
    Sep 17, 2012
    Messages:
    73
    Likes Received:
    2
    Perfect thank you!
     
Thread Status:
Not open for further replies.

Share This Page