Shopify themes, liquid, logos, and UX
Hi,
I would like to change the product descriptions of all of my items to something like this but each product has a different description and this was done in word and the text is blurry. Please help!
Why you simply do not add list to your product description in Shopify admin?
What do you mean? Does that change the background?
Hey @banustyle,
Can you share the link to your store? Thanks!
Hey @banustyle,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.product__description.rte p {
background: #a8adac !important;
padding: 20px !important ;
border-radius: 15px !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Result as shown below. This is the best I could do for this one.
Thank you! Can you make the fonts of the product description smaller/bigger? Also, can you also do this grey background for shipping & returns sections?
@banustyle Please add the below line of CSS code at the end of your base.css file.
body .product__accordion .accordion__content{
background: #dadada;
padding: 10px;
}
Result will be:
I added the line and it is not working and also the background of the product descriptions has gone away now.
@banustyle Could you please share screenshot where did you added the code?
@banustyle You forgot to close one curly bracket. Please check the screenshot below:
Thank you!! That worked for the shipping & returns! Now how do I get that same thing for the product description?
It is every single time I add a bullet then it changes the formatting
Add this line in base.css file at the end
body .product__info-container .product__description{
background: #dadada;
padding: 10px;
border-radius: 10px;
}
result will be:
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025