Shopify themes, liquid, logos, and UX
Hi,
I'm trying to add the following code in theme.css, but it is not working
while it is working when added as a style on the collection description directly as a style
Any idea about how to fix this issue?
*********************************************
Solved! Go to the solution
This is an accepted solution.
Hi @BM136
Did you check your theme.css if there is no misplace, or misisng bracket or signs?
Did you try to add this one to other files? like custom css on the theme.editor, on the theme-liquid file.
You just add style tag.
<style>
@media screen and (max-width: 640px) {
.Ar-Desc {
direction: rtl !important;
background-position: right !important;
}
.Ar-Desc ul li {
direction: rtl !important;
background-position: right !important;
position: static !important;
list-style-type: disc !important;
list-style-position: inside !important;
}
}
</style>
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @BM136
Did you check your theme.css if there is no misplace, or misisng bracket or signs?
Did you try to add this one to other files? like custom css on the theme.editor, on the theme-liquid file.
You just add style tag.
<style>
@media screen and (max-width: 640px) {
.Ar-Desc {
direction: rtl !important;
background-position: right !important;
}
.Ar-Desc ul li {
direction: rtl !important;
background-position: right !important;
position: static !important;
list-style-type: disc !important;
list-style-position: inside !important;
}
}
</style>
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Perfect, Thank you
Hi @BM136
May I ask which feature and page the code you shared earlier was created for? Could you please provide the link to that page and specify the feature in question? This way, we can provide a suitable solution for you.
Looking forward to hearing from you soon. Thank you!
Best,
Daisy - Avada Support Team.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025