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.

Change font size in circle icons

Resolved 5 replies themetheme-vantage
Started · Latest reply by [email protected]

I want to make the font size of my text under the circle icons slightly bigger. I’m not good with CSS or Php-editing.

http://www.maurian155.155.axc.nl/meer-2/

URL: http://www.maurian155.155.axc.nl/meer-2/

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Magus Staff

    Hi Maurits Vande Reyde

    Would it be possible for you to create a temporary user account for us so we can log in and take a look? You can create the account with the following email address:

    [email protected]

    Just navigate to Users > Add New in your WordPress admin. Enter siteorigin for the username and [email protected] for the email address. Make sure you’ve selected Administrator for the role and enabled the “Send Password” field so we receive the details.

    Once we’re finished taking a look, you can delete this account. We’ll let you know when to do that.

    Thanks

    Magus

  2. Maurits Vande Reyde

    Woops, sorry. Open for business now.

  3. Magus Staff

    Hi Sebastian

    You can fix this with some custom CSS. If you are using Vantage Premium, navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. If you are not using Premium you will need a plugin to handle Custom CSS if you do not already have one. I recommend this plugin

    https://wordpress.org/plugins/simple-custom-css/

    Just add the following code in the editor you have.

    for the title.

    .widget_circleicon-widget .circle-icon-box h4 {
        font-size: 17px;
    }

    For the content

    .widget_circleicon-widget .circle-icon-box p.text {
        font-size: 13px;
    }

    These settings are the current defaults, change them as required.

    Let us know how you get on

    Magus

  4. Maurits Vande Reyde

    Worked like a charm, thanks!

  5. [email protected] Private

    This is a private message.

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