Home Forums Total How to remove slider caption title frame/rectangle?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2982
    oldlakesup
    Participant

    I would like to remove the colored rectangle behind the slider caption title, how can I do that?

    #3084
    Hash
    Keymaster

    You can remove the rectangle background behind the caption by adding the CSS code below

    .ht-slide-cap-title span{
    background: none !important;
    }

    Add the above code in the Additional CSS field in the customizer panel.

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