Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #636450

    Hello Kriesi team,

    This is a follow up on the former post
    https://kriesi.at/support/topic/change-menu-item-colors/#post-615425

    I’ve get an other menu in the sidebar which has nothing to do with the page content and wich should stay with the default theme color.
    But as I customised the menu in each page, it gets the customised color.
    How can I code the CSS to get this menu allways in the default color ?
    Here the url to see the page type

    The menu “Thématiques” is the one to be in default color.

    Thanks again for your help,
    Have a good day,

    #636755

    Hey!

    Try adding this code to the Quick CSS:

    #menu-thematiques a {
        color: gray !important;
    }

    Cheers! 
    Josue

    #637097

    That’s all folks !
    Thanks a milion !
    Have a great week !
    Cheers.

    #637122

    Hi Missca,

    Glad we could be of assistance! Feel free to reach out to us again if you need help with anything else.

    Best regards,
    Jordan

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