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*

What is best way to remove post page excerpt and title from displaying on slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4198
    kimferrell
    Participant

    My client thinks the excerpt and title displaying in the slider image is distracting. I checked the slider options to see if I could opt to have this not display and didn’t see it available so I went to the child theme and wrote the following code:

    /* Turn of slider text bands */

    .featured-text .featured-title, .featured-content {
    display:none;
    }

    Is this the best way to handle this or is there a cleaner more reliable way that I am missing?

    Thanks!

    #4208
    Sanjip Shah
    Participant

    @kimferrell Yes this is perfect and simple. You could also paste this same css in the Appearance->Theme Options->Design Options Tab->Custom CSS and click on ‘Save all Changes’.

    #4224
    kimferrell
    Participant

    awesome. Thanks!

    #4235
    Sanjip Shah
    Participant

    @kimferrell Okay. Great!

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