Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #418836

    Hey 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!
    Elliott

    #418869

    perfect, 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

    #419749

    Hey!

    Please give us a link to the actual page with the accordion element. We would like to check it.

    Cheers!
    Ismael

    #420045
    This reply has been marked as private.
    #421283

    Hey!

    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,
    Elliott

    #421333

    Hello 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

    #421766

    Hey!

    Glad we could help, please get back to us if you should have any more questions.

    Cheers!
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.