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.

Replies

2
  1. Greg Priday Staff 11 years, 8 days ago

    Hi Joachim,

    To make the phone number bold, you should just wrap it in strong tags in your theme settings.

    This is a phone number: <strong>555-111-5555</strong>

    Then to customize how this looks, add some custom CSS.

    #masthead .support-text strong{
       font-weight: bold;
       color: #00ff00;
    }

    You’ll just need to change that to your liking :)

  2. Joachim Plenert 11 years, 8 days ago

    perfect thanks…

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