Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Salutations!
I’m trying to change the font weight of my buttons, but it appears they inherit their font weight from the body CSS. After much forum searching, fiddling with my browser code inspector and plugging different code into the custom CSS, I’ve drawn a blank. Can anyone help, please?
Thank you :-)
URL: http://glymp.se/wp
Hi GLYMPSE
Making sure your CSS customization take hold is sometimes as simple as adding an !important to the attribute. So something like this might do the trick.
Hi, Greg.
This works a treat! It also works without the
declaration.
Thank you for your time and help :-)
Great! Yeah, that important is sometimes nice to be safe, but not always necessary.