Hello!
Does anyone know how can I change the Section heading font size. I am block at 140% in my theme.
I use superstore by out of the sandbox.
Thank you so much
Goal: Increase section heading font size in the Superstore (Out of the Sandbox) theme, which appears capped at 140% via theme settings.
Context and clarifications:
Proposed solutions (CSS-based):
Artifacts:
Status:
Hello!
Does anyone know how can I change the Section heading font size. I am block at 140% in my theme.
I use superstore by out of the sandbox.
Thank you so much
Hello @unachica
Can you share store URL?
Hi @unachica
Would you mind to share your store URL? Thanks!
can you please tell me which section heading font size you want to increase?
@unachica Please follow the below steps to change the heading font size for sections. Let me know whether it is helpful for you.
section h2.home-section--title {
font-size: 30px !important;
}
@media only screen and (max-width: 859px) {
section h2.home-section--title {
font-size: 27px !important;
}
}
Final Results will be like,
Please provide your support by click âLikeâ and âAcceptedâ if our solution works for you. Thanks for your support.
Just want to ask clealy, it this for all the sectionâs heading or only for one? Also Section or Pages heading? Thanks!
Dear @unachica ,
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Go to Admin â Online store â Theme > Edit code:
Step 2: Search for the file theme.css. And add this code snippet to the end of the file.
.home-section--title {
font-size: xxx-large;
}
In this step, you can change font-size of section title (large, x-large, xx-large, xxx-largeâŚ)
In my example, I choose âxxx-largeâ.
Step 3: Save your code and reload this page.
=>> The result:
I hope these instructions will help you. If they are helpful, donât forget to like and mark as the solution.
Have a nice day sir!