Hi,
May I know how to change the + and - sign for my accordion to up and down carets? I am inexperienced in coding. The code I have is:
Hi,
May I know how to change the + and - sign for my accordion to up and down carets? I am inexperienced in coding. The code I have is:
@Juztean this is just a very basic guess, how this could work:
replace
content: '\002B';
with
content: '\2353';
transform: rotate(180deg);
and
content: "\2212";
with
content: '\2353';
Mario
@Juztean - line I Said, this was a very BASIC guess - by using html entities.
you’d probably want an icon font - the way this works, depends quite a bit on the environment, i.e. the theme you’re using and the assets that are already included.
For a sustainable answer, I‘d want access to the code. Otherwise there’s a lot of guessing involved.
Hi @Juztean ,
Please send your site and if your site is password protected, please send me the password.
I will check it for you.
Hi @LitExtension ,
My site is https://juz-fitness.myshopify.com/ and the password is traone. Thank you.
Hi @Juztean ,
please change code: https://pastebin.com/EHp4arAm
Hope it is clear to you.
Please mark as a solution if you find my answer helpful for you.
Sorry, I thought you were using the debut theme. Please change the code as below:
https://pastebin.com/vJJRNJAH
Hope it helps
Hi @LitExtension ,
It worked. Thank you so much.