Feature section

Discussion in 'Forum Rules' started by ideaassociates, Sep 12, 2013.

  1. ideaassociates

    ideaassociates New Member

    Joined:
    Aug 29, 2013
    Messages:
    2
    Likes Received:
    0
    I found a thread in the old support section that dealt with removing the url link from images on home page. You supplied some custom CSS that took care of it for that member, but I'm using a different theme, Black Rider. Would you give me the CSS for this theme? The four round images are perfect for the site but I don't have any other pages that would logically link to them.

    Thank You
     
  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:
    .feature_inner_box a{
    pointer-events:none;
    }
    This will solve your issue.
     

Share This Page