Remove Link From The Gallery Blog Section on Homepage

Discussion in 'Black Horse WordPress Theme' started by v4sb, Feb 4, 2016.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to populate the gallery blog section on the homepage with images from a portfolio, so I don't want them to link out to their post or page. How can I remove this link?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #tiles li .post_thumbnil span.read_more {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Thank you. THis did remove the little read more icon that hovers over the image, so it solved that portion. But you can still click anywhere on the picture and it will still link out to the post. Can you resolve that as well?
     
  4. priya

    priya Guest

    Hello,

    Please follow the screenshot given below.

    blackhorse_gallery_link_remove.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page