Home Forums HashOne Hashone – Slider Opacity

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2813
    StoxSigns
    Participant

    Is there a way to change the opacity of the slider. Even if there is some CSS code to add it would help.
    Thanks again,
    Matthew

    #2815
    jonidee
    Participant

    Hi this was answered a few times here for many themes, either add a background rgba element to “slide overlay” in the style.css or add this line in the custome css

    .ht-slide-overlay{
    background: rgba(0,0,0,0);
    }

    #2821
    StoxSigns
    Participant

    Perfect. Thanks for your help!

    #3401
    jmgranger1010
    Participant

    Hi. This overlay css code isn’t working. Is there another one I can use to make the picture 100% rather than blacked out? Thanks..

    #3570
    Hash
    Keymaster

    Hi,

    Use the CSS below

    .ht-slide-overlay{
    display: none;
    }

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