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*

Slider-do not show post text or continue reading

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #84833
    nschowdhury
    Participant

    Hello! Is it possible to have the slider ONLY show the page title? No text from the page itself or the continue reading text?
    Thanks in advance!

    #85118

    Hi there,

    Just go to Appearance > Customize > Design Options > Custom CSS and paste the below custom CSS code to hide the content and continue reading link from the featured slider and just show title.

    .featured-slider .featured-text {
        font-size: 0;
        line-height: 0;
        padding-bottom: 0;
    }
    featured-slider .featured-text a {
        display: none;
    }

    Thank you!

    #85120
    nschowdhury
    Participant

    Thank you so much!!

    #85143

    Welcome anytime @nschowdhury

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