Hi I would like to know how I can lighten the palette on my slideshow. Currently, according to a Joomla expert that I work with from time to time, he mentions that it is in a DARK palette and that there is NO way to lighten it up so the picture shows better. Thanks for your advice in advance.

    5shajbj18
    Hi
    open custom css and this below code

    .acm-slideshow .item:before {
        opacity: .7;
        background: #000;}

    You can change the color code and reduce the opacity value to make image more brighter.

    Regards

    Write a Reply...
    You need to Login to view replies.