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*

"Read More" Button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #29018
    Brian
    Participant

    Can I remove the “read more” button on the slider?

    Thanks,
    Brian

    #29068

    Hi Brian,

    Yes you can remove the Read More button on the slider. For that login to you dashboard (admin) site and go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code and Click on Save & Publish button:

    
    .featured-text .call-to-action {
        display: none;
    }

    Thank you!

    #36457
    Brian
    Participant

    Sorry, I should have given you a link.

    http://danitabye.com/

    I want to keep “About Danita”, but remove “Read More”. Your code removed both.

    Thank you!

    #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!

    #38892
    Brian
    Participant

    Sorry for the confusion. I like the button on the slider to read “About Danita” and link to the about page. I don’t want the “read more” button. Does that make sense?

    #38916

    Hi Brian,

    Sorry for misunderstand.
    Go to Appearance -> Customize -> Ambition Theme Options -> Excerpt Options there you can change the button text read more.

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.