Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • imported_lorenzoadorni Friend
    #1050442

    Hello,

    I remove the gray mask layer by insert this code in custom.css

    .slideshow .has-mask::before {
    background-color: rgba(0,0,0,0)!important;
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat; content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    }

    Works 100%.

    Now I need to change the colors of the text in the slide of the slideshow.

    How can I do this?

    Thank’s a lot.

    Pankaj Sharma Moderator
    #1050910

    Hi
    Add below code in custom.css file

    .slideshow .slider-content-inner {
        color: #ffffff!important;
    }

    change the colour codes as per needs.

    Regards

    imported_lorenzoadorni Friend
    #1050976

    Hi Pankaj,

    .slideshow .slider-content-inner {
    color: #ffffff!important;
    }
    Works for title

    For text I add
    .slider-content-inner .item-desc{
    color: #000000!important;
    }
    Thank’s you

    Regards

    Pankaj Sharma Moderator
    #1050984

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum