can I change the font size (make it bigger) at site column
I try to make the font size bigger, it is too small now as in my site, please show me the way.
Thanks
URL: http://caoniendc.com
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
9Hi 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; }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.
To change the sidebar text size, try the following:
/* Sidebar */ #secondary .widget h3.widget-title ~ * { font-size: 14px; }Adjust as required.
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
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?
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.
Try the following:
#secondary .widget.widget_recent_entries ul { list-style: disc; padding: 0 0 0 1.5em; }Beautiful, Andrew, it works!
Thanks for your help.
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.