Shopify themes, liquid, logos, and UX
Hello.
I have Dawn theme (if that helps). On the product page I am using Shopify's Collapsible Row block.
1. I want to change the border line colour to black
2. And remove the up/down arrows on the right side
See attached print screen.
If anyone could assist with a code to do these changes, please.
J
Solved! Go to the solution
This is an accepted solution.
@JSFMC
Add This code
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.accordion {
border-top: .1rem solid #000 !important;
border-bottom: .1rem solid #000 !important;
}
.product__accordion.accordion.quick-add-hidden svg.icon {
display: none !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hey @JSFMC
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.accordion {
border-top: solid 1px black !important;
border-bottom: solid 1px black !important;
}
.accordion .summary__title+.icon-caret {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @JSFMC
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
I am trying to send you link to my website and password. But the message doesnt stick.
----------
This is an accepted solution.
@JSFMC
Add This code
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.accordion {
border-top: .1rem solid #000 !important;
border-bottom: .1rem solid #000 !important;
}
.product__accordion.accordion.quick-add-hidden svg.icon {
display: none !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Thank you, Tech_Coding.
It worked.
Hey @JSFMC
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Did you get my first message? I am new to this.
Can you DM me and I will send website link and password
This is an accepted solution.
Hey @JSFMC
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.accordion {
border-top: solid 1px black !important;
border-bottom: solid 1px black !important;
}
.accordion .summary__title+.icon-caret {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you, Moeed.
It worked.
Hi @JSFMC
Would you mind sharing your store URL? Thanks!
Can you DM me for this. Thanks.
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024