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*

How remove the title and excerpt banners from the slider?

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #7013
    Moloch
    Participant

    Hi.

    I love the Attitude theme. But, I wish to remove the title and excerpt banners that appears en every pic of the slideshow.

    How I can do this?

    Thank you in advance.

    #7030
    Sanjip Shah
    Participant

    @Moloch In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    .featured-slider .featured-text {
        display: none;
    }
    #7044
    Moloch
    Participant

    It works fine.

    Thank you very much.

    #7087
    Sanjip Shah
    Participant

    @Moloch Okay. Great!

    #7330
    kasmel
    Participant

    @Sanjip You rok! Thank you sooo much for offering awesome support even on a free theme!! Have a wonderful weekend:) This answer was exactly what I was looking for.

    #7360
    Sanjip Shah
    Participant

    @kasmel OKay. Great!

    #8059
    danspencer
    Participant

    But how to remove the excerpt only? thanks 🙂

    #8084
    Sanjip Shah
    Participant

    @danspencer In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    .featured-slider .featured-text .featured-content {
        display: none;
    }
    #9045
    suzettecotto
    Participant

    I also posed a question to the forum and found this answered my problem. Thanks so very much.

    Suzette

    #9095

    Ok great

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