Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello
I am trying to adjust the font sizes and I just cant figure out how to fix the bullet list font CSS
If you look under product description, you can see any numbered or bullet lists fonts are way too large, inconsistent. What CSS code do I need to properly control these fonts?
The body font CSS is working:
.product__accordion .accordion__content p {
font-size: 14px;
}
.collapsible-content__grid .accordion__content p {
font-size: 14px !important;
}
But the numbered lists code , seem to be wrong and have no effect:
.collapsible-content__grid .accordion__content ol {
font-size: 14px !important;
}
.collapsible-content__grid .accordion__content ul {
font-size: 14px !important;
}
See product description:
https://www.iamgreenminded.com/products/bakuchiol-serum-retinol-alternative-phyto-r5
Solved! Go to the solution
This is an accepted solution.
Hey @surfingcinv
I think you want to decrease the font size if these lines the font-size is not matched with the whole description.
Solutions:
1. Go to the Shopify admin dashboard, click on "Online Store" then "Themes" and then click on "Customize"
.
2. Click on "Theme Settings" and then find "Custom CSS" and there should be an inbox to add custom CSS code.
.product__description ul li {
font-size: 14px;
}
Just simply copy this code and paste it into the Custom CSS box.
3. Just click on the save button, The Button is located top right corner.
Result:
Please follow these steps your issue will resolved,
If need any further help please Like.
Thank you
Hi @surfingcinv
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.rte li::marker {
font-size: 10px;
}
And Save.
Result:
This is an accepted solution.
Hey @surfingcinv
I think you want to decrease the font size if these lines the font-size is not matched with the whole description.
Solutions:
1. Go to the Shopify admin dashboard, click on "Online Store" then "Themes" and then click on "Customize"
.
2. Click on "Theme Settings" and then find "Custom CSS" and there should be an inbox to add custom CSS code.
.product__description ul li {
font-size: 14px;
}
Just simply copy this code and paste it into the Custom CSS box.
3. Just click on the save button, The Button is located top right corner.
Result:
Please follow these steps your issue will resolved,
If need any further help please Like.
Thank you
Worked great. Thank you.
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