Home Forums Total Clearing gray filter and removing button from Home Slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2381
    loveforburma
    Participant

    Hello!
    Before I continue, please take a quick look at the home slider on my website:
    loveforburma.com
    I’ve searched the forum and found the CSS for removing the gray filter and removing the page title button (“SLIDE 1”, “SLIDE 2”, “SLIDE 3”). Here is my CSS, which I have pasted onto Appearance > edit CSS:

    /*
    You can add your own CSS here.

    Click the help icon above to learn more.
    */
    .hs-slide-caption{display:none}
    .ht-slide-overlay{display:none;}

    Nothing is working. Can you please tell me what I am doing wrong? I have no experience with CSS. Thank you so much.

    #2393
    Hash
    Keymaster

    The gray overlay is gone. If you need to remove the caption as well then here is the CSS

    .ht-slide-caption{display:none}

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