Hi,
I'm having trouble customizing the slideshow item color using custom.css in JA Company. I added the following code to custom.css:
.slideshow .slider-content-inner .item-desc {
color: red;
}
My style appears to be loading, but it seems it is not being applied because it is overridden by a style rule being subsequently loaded from a ThemeMagic style file (templates/ja_company/local/acm/slideshow/css/themes/capitallink/style.css).
How should I customize the style, if not in custom.css?