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?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .menu_container { display:none; } .feature_contentbox a.readmore{ display:none; }