Home>Support>can I change the font size (make it bigger) at site column
  1. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Dnguyen

    Thanks for reaching out.

    You can globally set the font size from Appearance > Customize > Theme Design > Fonts > Content Size:

    https://siteorigin.com/vantage-documentation/customizations/fonts/

    There are a few older Vantage widgets that list their own font size. We can assist in changing those manually.

    Insert the following at Appearance > Custom CSS and adjust as required:

    /* Circle Icon */
    
    .widget_circleicon-widget .circle-icon-box p.text {
        font-size: 13px;
    }
    
    /* SiteOrigin Carousel */
    
    .widget_circleicon-widget .circle-icon-box a.more-button {
        font-size: 13px;
    }
    
    .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
        font-size: 15px;
    }
    
  2. 8 years, 11 months ago dnguyen

    Hi Andrew
    The global setting of content font size makes no change to the site column.
    Your custom css does help me to change the text font size at widget circle and post carousel.
    Thank you for that.

  3. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    To change the sidebar text size, try the following:

    /* Sidebar */
    
    #secondary .widget h3.widget-title ~ * {
      font-size: 14px;
    }
    

    Adjust as required.

  4. 8 years, 11 months ago dnguyen

    It works wonderfully! Thank you.
    The site is for senior citizens so they prefer the text to be as big as you can allow :)

    Btw, is there anyway I can have a bullet list in front of latest posts in the site bar (under “all events”)
    Again, thanks for your help, Andrew

  5. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Glad that helped :)

    How far have you gotten with this next task? Have you tried putting a Recent Posts widget in the sidebar from Appearance > Widgets in the order you want?

  6. 8 years, 11 months ago dnguyen

    yes, I used “recent posts widget” to have latest posts listed at the site bar.
    The widget gives me only 3 choices: 1. title 2.number of post to show and 3. display post date.

  7. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Try the following:

    #secondary .widget.widget_recent_entries ul {
        list-style: disc;
        padding: 0 0 0 1.5em;
    }
    
  8. 8 years, 11 months ago dnguyen

    Beautiful, Andrew, it works!
    Thanks for your help.

  9. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Super :) Glad to hear that did the trick.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More