Hi, I am trying to change the colour of the title and remove the glow on the slideshow module, see screenshot below, many thanks
Change the colour and lose the glow on slideshow
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;}
Thank you, that worked perfectly.
ja-developer locked the discussion.