Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #88213
    yogawithagnes
    Participant

    Hi,

    How can I remove the subtitle (actually a text snippet from page content) from slider image?

    I just want the title to show.

    Thanks!

    #88232
    Mahesh
    Keymaster

    @yogawithagnes: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #feature-slider .entry-container .entry-content {
        display: none;
    }

    Regards,
    Mahesh

    #88262
    yogawithagnes
    Participant

    Thank you Mahesh!

    #88404
    Mahesh
    Keymaster

    @yogawithagnes: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove subtitle (text snippet) from slider image’ is closed to new replies.