-
AuthorPosts
-
March 26, 2015 at 12:28 pm #418462
Hello,
Would like to change the order of the toggle sorting menu starting with letters, alphabet and the numbers. Right now its other way around.
Where can I change that?
Second, I like to change all colors of the icons in the accordion. I found this snippet in the forum/* First one */
.togglecontainer .av_toggle_section:nth-child(1) .toggle_icon,
.togglecontainer .av_toggle_section:nth-child(1) .toggle_icon span {
border-color: red;
}
/* Second one */
.togglecontainer .av_toggle_section:nth-child(2) .toggle_icon,
.togglecontainer .av_toggle_section:nth-child(2) .toggle_icon span {
border-color: green;
}
(though it only changes the first icon and not all)thanks for your help on both topics.
Kind regards,
Anja
March 26, 2015 at 9:23 pm #418836Hey anjmat!
If you remove the nth-child(1) part of the CSS then it should target all. Something like this.
.togglecontainer .av_toggle_section .toggle_icon, .togglecontainer .av_toggle_section .toggle_icon span { border-color: red; }
Cheers!
ElliottMarch 26, 2015 at 10:29 pm #418869perfect, thanks Elliott, that works.
Can yo also answer my first question:
Would like to change the order of the toggle sorting menu starting with letters, alphabet and the numbers. Right now its other way around.
Where can I change that?
Thank you very much.
Kind regards,
Anja
March 28, 2015 at 6:04 am #419749Hey!
Please give us a link to the actual page with the accordion element. We would like to check it.
Cheers!
IsmaelMarch 29, 2015 at 6:21 pm #420045This reply has been marked as private.March 31, 2015 at 4:19 pm #421283Hey!
I’m not really sure what your trying to do there. If your wanting to remove the alphabetical sort on the tags then you can do this, https://kriesi.at/support/topic/reverse-sorting-tag-accordeon/#post-381903.
Regards,
ElliottMarch 31, 2015 at 4:58 pm #421333Hello Elliott,
thanks for the advice, I followed the solution from this request https://kriesi.at/support/topic/reverse-sorting-tag-accordeon/#post-381903 because it makes what I want.
Thank you very much.
Kind regards,
Anja
April 1, 2015 at 7:03 am #421766 -
AuthorPosts
- You must be logged in to reply to this topic.