Hi, How can we remove the feature descriptions and the read more button? Just need the title. Thank you for your time and expertise.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_inner_box p { display: none; } .readmore-btn { display: none; } This will solve your issue.