Change button weight

Hi forum! Trying to change the green CTA font to bold but have tried all the other forum recommendations and it just won’t budge - I suspect my CSS is being overwritten by another devilish piece of code, bent on ruining my life. Please help me make my CTA button go green!

www.perfectstatement.co.uk

Hey Andrew,

I have checked the code inspector and the text in the button is still set in the normal font weight.

Have you tried changing the font weight setting of the Primary Text Format of the button to bold/700?

You may also try adding this to the button’s Element CSS:

$el.x-anchor .x-anchor-content .x-anchor-text .x-anchor-text-primary {
    font-weight: bold !important;
}

Hope this helps.

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