Primary font size on "back" of creative CTA

Hi team,

I’m using a creative CTA to display some information and am wondering if it is possible to make the Primary Text Font size on Interaction a different size to the Primary Text font size before you hover. For example:

I want “death from medication error” to be 2em and “with increasing complexity of drug regimens comes…” to be 1em.

I’m working on local, so can’t send the login details, but hopefully this is possible!

Thanks team!!

Ashley

Hi Ashley,

Thanks for reaching out.

In Creative CTA bot the Text are Primary Text and font size given for it is applicable for both.
To achieve what exactly you need to write a small piece of code.
The following code will work if copied as it is and don’t conflict with any existing style. To modify it further you can check this resource to learn more.

.is-int .x-anchor-text-primary
{
  font-size: 1em !important;
}

Note : We dont support custom codes.

Hope it helps.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.