Delete text from slider

Home Forums Drizzle Business Delete text from slider

This topic contains 1 reply, has 2 voices, and was last updated by  Saurab Chand 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1410

    pingo
    Participant

    Hi! Thank you for a great theme! But I have a question.
    How I can delete piece of text from page on slider? I need to show on slider only name of page and button, without text from page.

    Thank you!

    PS. May be I have possibility to delete page image from page, but leave image on slider?

    #1478

    Saurab Chand
    Moderator

    Hello,

    To remove the text from a page on slider use the below-given CSS.

    Just add the following css in ” Admin Panel > Appearance > Customize > Additional CSS “.

    #main-slider p{
      display: none;
    }

    Hope this helps.

    Best regards.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.