Hi, I am trying to change the colour of the title and remove the glow on the slideshow module, see screenshot below, many thanks

    loujonesdesign
    Hi
    Add this code in custom css

    .acm-slideshow .owl-carousel .item .slider-content-inner a {
        color: #ffffff;
    }

    change the color code as per needs.

    Use this code to remove box shadow

    .acm-slideshow .owl-carousel .item .slider-content h1 {    text-shadow: none;}
    Write a Reply...
    You need to Login to view replies.