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*

Remove title, text and read more from slides

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21010
    kciss7
    Participant

    Hello.
    Is it possible to remove the title, text and read more from Featured/Post Slider? I Can’r find it in options.

    Thanks in advance.

    http://www.scmarinhense.pt/site2/

    #21018

    Hi kciss7,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .featured-text{
    display: none;
    }

    Hope this may help you

    Thank you!

    #21025
    kciss7
    Participant

    Thank you Theme Horse Support Team. I’ve removed the text with that custom CSS, also with the title customizing the following line:

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

    But, how to remove the Read more Box?

    Thanks in advance

    #21148

    Hi kciss7,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

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

    Thank you!

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