Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #291873
    Hans
    Participant

    Hello

    I don’t know if there is an answer to this question. If not it is no big deal.
    In the website I used one head menu and three conditional menus.
    There is one conditional menu that I want to give a different color as well the words as the background.
    Is that possible?

    Kind regards

    Hans Hagmeijer

    #291915
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Can you let me know for which conditional menu you want to give a different color?

    Kind Regards,
    Skandha

    #291928
    Hans
    Participant

    Hello Skandha,
    Thank you for reaction. I had no idea if this should be possible.

    The menu is called IVVU.
    The page id (if important) is https://www.sinfore.nl/?page_id=1074

    Kind regards and have a nice weekend.

    Hans Hagmeijer

    #291997
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-1074 #header-top {
        background-color: #f23456;
    }
    
    .page-id-1074 #site-navigation a {
        color: #ffffff;
    }

    You can change the color according to your choice.

    Also there seems to be a } missing at the end your Additional CSS Code.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #292077
    Hans
    Participant

    Hello Skandha,

    Thank you for answering.
    The menu header top has the correct background color.
    The menu items stay white (#ffffff) no matter which color I inputted.
    See:https://www.sinfore.nl/?page_id=1085

    And it was very smart and sharp to see there was a} missing.
    Kind regards

    Hans Hagmeijer

    #292078
    Hans
    Participant

    Hello Skandha,

    Sorry I have to mail again,
    This wasn’t the solution. Now all menu items get the new color on every page.

    Kind regards

    Hans Hagmeijer

    #292121
    Skandha
    Participant

    @toerfiets: Hello Hans,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page-id-1085 .site-navigation ul ul li {
    	background-color: #ffc90d;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #292138
    Hans
    Participant

    Hello Skandha,

    Works perfect.

    Kind regards

    Hans Hagmeijer

    #292179
    Skandha
    Participant

    @toerfiets: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘extra menu in different color’ is closed to new replies.