Button Problem

Hi,

I set a global Font in the menu (Lato)
And I use a clean button - add the clean button class and change the font color into white. Inside blocs app its white , but in the browser its black ( the global font color )
Is there a way to get the button text white color ?

thanks for your help

tom

Likely your “a” tag has !important on the colour style.

Since we don’t have !important options yet, you could try targeting some css.

You can confirm what’s happening using the browser inspector.

One answer maybe… using the class manager. (Preserve space)

Eg. .mybuttonclass a

And set the colour

Also check you haven’t set the colour in the sidebar.

Make sure there’s no colour set in the inspector.

Hi … thanks for your help