Hello, I just purchased this theme and I wondering if there is a way to remove the Read More link on the home page feature area. Thanks, Jason
Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .feature_contentbox a.readmore { display: none; } This will solve your issue.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_contentbox a.readmore { display: none!important; } It will work.
umm no it doesnt... i am also using display no feature boxes on the home page...should this go before or after?
Hello, I think it's a cache issue. Please clear your site cache and deactivate cache plugin if installed. It will resolve your issue. If not then please do let me know your website link.