I can't find any topic to find a solution. How do you remove the read more in the 3 featured areas on the home page?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feturebox .featurebox_inner .featurebox_desc .readmore { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade