Adjusting Global button : kerning/letter spacing and font weight

HI
I was trying to adjust the global button to be a lighter weight font and have a little more letterspacing/kerning. I did this css and its not working, works inspector in chrome

How it currently looks

what i want to look like
.

/* adjusting button text*/
.x-btn {
font-weight: 400 !important;
letter-spacing: 1px;}

thanks

Hey @designbabe,

The CSS does not work because there’s already this rule in your Global CSS

You need to override it there.

Hope that helps.

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