hide the link

Discussion in 'BusinessGrow One Page WordPress Theme' started by deveshd, Jan 30, 2015.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    How do I hide the link icon on the portfolio thumbnails as I only want people to enlarge the portfolio and not go to a post etc. Please see screenshot below:
    Screen Shot 2015-01-30 at 11.30.23 AM.png
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a.galleryImageLink2 {
      display: none !important;
    }
     
    
    Thanks & Regards
    Pramod
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    That works but now the expanding link is a little left, how do i centre it?
    Screenshot 2015-01-30 22.44.50.png
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .galleryImageLink1 {
      position: absolute;
      left: 42%;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page