Hi,
I try to increase the padding value of the CTA module to 85, but I can't get the custom.css files left after.
I have the code
.acm-cta .cta-showcase-item {
padding: 85px 0;
}

in file ‎/templates/ja_fit/css/custom.css and ‎/templates/ja_fit/local/css/custom.css but it doesn't work.

Thank

Hi @tee-shot,

You can try to add to the HTML tag name before the class name to override the template style:

div.acm-cta .cta-showcase-item {
  padding: 85px 0;
}

Then save and refresh your website to view the change.

    9 days later
    Write a Reply...
    You need to Login to view replies.