First Feature Heading "Read More Link"

Discussion in 'Dzonia WordPress Theme' started by dcpianoman81, Feb 25, 2013.

  1. dcpianoman81

    dcpianoman81 New Member

    Joined:
    Apr 17, 2012
    Messages:
    2
    Likes Received:
    0
    I am wanting to know if there is a way to disable the "read more" link under the first features sections? I want the heading, picture and brief content, but want to take off the "read more" hyperlink. Thanks for your help.

    Dan
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .featured_content .column-three .inner_area .read_more {
    display: none;}
     

Share This Page