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.

Site Origin Widget Bundle – Font Size

10 years ago · Last reply by Magus 10 years ago

Hi, how can I change the font size on the post carousel widget? The title of the widget is a bit small itself however the titles for each post are super tiny. Take a look at my site at the bottom sits this widget

URL: http://ffb.a3e.myftpupload.com/

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Magus Staff 10 years, 8 months ago

    Hi Fleur Ottaway

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .vantage-grid-loop article .excerpt p {
        font-size: 13px;
    }

    Please adjust as required.

    Let us know how you get on

    Magus

  2. Fleur Ottaway 10 years, 8 months ago

    I was looking to increase the title font size on the post carousel widget (not the excerpt)

  3. Magus Staff 10 years, 8 months ago

    Hi Fleur

    Sorry about that, saw the comment about the post titles being super tiny and concentrated on that. The title can be targeted using the following.

    .sow-carousel-title .widget-title {
      font-size: 2.2em;
    }

    If that is still too small please try increasing it to 2.6em.

    Magus

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