Remove "read more..." on homepage features

Discussion in 'Local Business WordPress Theme' started by mskoberna, Feb 20, 2013.

  1. mskoberna

    mskoberna New Member

    Joined:
    Feb 4, 2013
    Messages:
    4
    Likes Received:
    0
    I would like to publish my site before completing the other pages.

    1.How can I temporarily remove "read more" links?
    2.How can I hide the menu bar?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .menu_container {
    display:none;
    }
    .feature_contentbox a.readmore{
    display:none;
    }
     

Share This Page