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;
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024