I need to make the headings of my ‘one page’ checkout smaller. I am unable to find a code for the same, could someone please help me out.
Hi @shopekaja
Would you mind to share your store URL website, with password if its protectd? Thanks!
Apologies, I want to change the font size. I guess i didn’t mention that on the subject.
URL : www.shopekaja.com
PW: Getlost12
Hi @shopekaja
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above tag
.n8k95w2, .n8k95w3 {
font-size: 20px;
}
If I managed to help you then, don’t forget to Like it and Mark it as Solutions
This made no change, i also need to change it in the mobile site
**Hi @shopekaja **
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above tag
@media only screen and (max-width: 480px){
h2.n8k95w1._1frageme0.n8k95w2 {
font-size: 15px !important;
}
}
If I managed to help you then, don’t forget to Like it and Mark it as Solutions
Did nothing,
@shopekaja In which file you paste this code? can you share screen shot?
Hi @shopekaja
The checkout page can be change or edit base on the Shopify Plan you have, the Shopify Plus Plan can make changes but below on that Plan it cant. Thanks!