Reply To: Who We Are Section
January 13, 2018 at 7:17 pm
#7378
Grace Themes
Member
Hi Karl,
To remove the read more button in ‘Who We Are’ section
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code in custom css box
.welcomebx .custombtn { display: none; }
Regards
Grace Themes