badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: "Read More" Button

#36524

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!