October 12, 2015 at 6:00 am
#36524
Theme Horse Support Team
Keymaster
Hi Brian,
If you want to remove Read More button on featured page widget then why you are asking to remove it on slider?
Anyways to remove the Read More button from the featured page widget go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code and Click on Save & Publish button:
.widget_featured_page .call-to-action {
display: none;
}
Thank you!