-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add font size control settings #62
Comments
Hello, after all this time, some of us still want to make a new website using Siteorigin theme CORP. Would it be possible to get a piece of code that can change size of font. Thank you in advance. |
Hi We have a snippet here https://siteorigin.com/corp-documentation/css-snippets/ for the main menu font size. To change the body font size, try:
|
Hey, thank you, couldn't find it in documentation. What about the sizes of Heading 1 to 6? |
Sure, no problem. You can target h tags as follows:
|
I found those in the code, changed the sizes and updated the file, but nothing happened on page... hmmm |
Where are you making the CSS changes? The above rules can be added to Appearance > Custom CSS if you're using SiteOrigin CSS. Alternatively, you can add the above rules to Customize > Additional CSS or a child theme style.css file. |
All themes completely overwrite their own folder during updates so any changes made directly to the parent theme files will be lost the next time we release an update. |
Please, see the above guidance for where to place your Custom CSS rules. Thanks. |
Thank you very much. Have a nice day. |
Sure, no problem. If you need a hand moving forward, please, feel free to open a support thread at https://siteorigin.com/thread. All the best with your website. At some point, consider researching how to use the browser developer tool to inspect your CSS rules on your website front-end. If you'd like to dabble a bit more in Custom CSS you'll find it very useful. |
If you're stuck changing the headline font sizes, please, send a link to the page concerned. Thanks. |
For each of the headings on this page, edit the widget concerned, locate the setting that controls the font size for the heading and make the change there. |
Selectively add font size settings for Corp.
The text was updated successfully, but these errors were encountered: