This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Widgets Bundle Button: Change Font Weight

10 years ago · Last reply by Greg Priday 10 years ago

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

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Greg Priday Staff 10 years, 2 months ago

    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.

    .ow-button-base a {
       font-weight: bold !important;
    }
  2. GLYMPSE 10 years, 2 months ago

    Hi, Greg.

    This works a treat! It also works without the

    !important

    declaration.

    Thank you for your time and help :-)

  3. Greg Priday Staff 10 years, 2 months ago

    Great! Yeah, that important is sometimes nice to be safe, but not always necessary.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread