Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #560164

    Is it possible to adjust the opacity of the fullscreen slider buttons? thanks.

    #560214

    Hey AirstreamCoach!

    Add this to your custom CSS.

    .avia-slideshow-button { background: rgba(255, 0, 255, 0.3) !important; }
    

    Cheers!
    Elliott

    #560222

    Hi Elliot – thanks! Opacity is good now however this turned the button from black to pink. i checked settings and it’s still set to black. advise? thanks.

    #560650

    Hey!

    Please change the code above to following one

    .avia-slideshow-button { background: rgba(0, 0, 0, 0.3) !important; }

    Regards,
    Yigit

    #560735

    Thanks! This changed it to black but i believe we lost the opacity. do you have code which will provide a black 80% button back ground? thx! :-)

    #560921

    Hi!

    The last value, 0.3, controls the opacity. If you want it 80% then use 0.8.

    Cheers!
    Elliott

    #560936

    That’s Perfect! Thanks!

    #561071

    Hi,

    Glad you got it working :-)

    Regards,
    Rikard

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