Shopify themes, liquid, logos, and UX
Hello,
I am fairly new to Shopify, so my apologies if this has been answered before but I could not find a solution.
I added my first product with a few lines of text and a bullet list in the description. Then, I duplicated that product to add roughly 50 items to my store. When I view any of my products, only the text in the bullet list is very small and difficult to read. The other text in the description looks perfect and is easy to read.
Is there a solution to make all the fonts the same size across all of my product descriptions, including the bullet lists?
Thank you in advance for any help!
Solved! Go to the solution
This is an accepted solution.
Hello @brentmitchell ,
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code
Go to Assets folder -> base.css file -> add this following code at the bottom of page
.product-single__description {
font-size: 16px;
}
.product-single__description ul,
.product-single__description ol {
font-size: 16px;
}
Save changes
Hope this can help.
Ali Reviews team.
This is an accepted solution.
Hello @brentmitchell ,
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code
Go to Assets folder -> base.css file -> add this following code at the bottom of page
.product-single__description {
font-size: 16px;
}
.product-single__description ul,
.product-single__description ol {
font-size: 16px;
}
Save changes
Hope this can help.
Ali Reviews team.
Hello Ali Reviews Team,
Thanks so much for that suggestion. I tried pasting the code you provided but it did not change my description. Please see the attached image.
I really appreciate your time. Thanks again. - Brent
I had to go back and re-paste the text from the bullet lists - but your suggestion worked after I did that. Thank you!
I used the following code to update my bullet points and didn't have to update any content.
.rte ul {
font-size:14px;
}
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024