Remove Links from Posts

Discussion in 'StartPoint Business One Page WordPress Theme' started by amaconline, Jul 2, 2014.

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

    amaconline Member

    Joined:
    Feb 17, 2013
    Messages:
    217
    Likes Received:
    6
    Hi,

    We are using the blog section to display just logos of our clients. Now we would like to remove the links to prevent anyone clicking on them. We only want the blog section to display just the images related to the blogs. Please help.

    Thanks.
     
  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:
    .post-page .postimg {
    pointer-events: none;
    }
    div.post-page a {
    pointer-events: none;
    }

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

    amaconline Member

    Joined:
    Feb 17, 2013
    Messages:
    217
    Likes Received:
    6
    Hi Gourav,

    Thank you for your reply. It did not work. I will wait for your suggestion.

    Thanks.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .recent-posts-container a {
    pointer-events: none;
    }  
    This will solve your issue.
     
    amaconline likes this.
  5. amaconline

    amaconline Member

    Joined:
    Feb 17, 2013
    Messages:
    217
    Likes Received:
    6
    Brilliant @ Piyush. Also thank you Gourav.

    Thank you.
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page