• Resolved sanektin

    (@sanektin)


    Hello!

    For example, I have the following menu:

    Main 1
    – Child 1
    –Child 1-1
    –Child 1-2
    -Child 2
    –Child 2-1
    –Child 2-2

    As I understood, colours of all child ( Child 1, Child 1-1, Child 1-2) categories are the same.
    Can I make different colours for “Child 1” and “Child 1-1” ?

    Thank you in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author Iks Studio

    (@iksstudio)

    Hello! You can style like this only with the plain CSS.

    Example:

    To style “Child 1”

    .iksm-terms-tree--level-1 > * > * > .iksm-term__inner {
    background: red !important;
    }

    To style “Child 1-1”

    .iksm-terms-tree--level-2 > * > * > .iksm-term__inner {
    background: blue !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Color of mail and child’ is closed to new replies.