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

9
  1. Andrew Misplon Staff

    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. 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. Andrew Misplon Staff

    To change the sidebar text size, try the following:

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

    Adjust as required.

  4. 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. Andrew Misplon Staff

    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. 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. Andrew Misplon Staff

    Try the following:

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

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

  9. Andrew Misplon Staff

    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.

Have a different question or issue?

Start New Thread