- This topic has 8 replies, 2 voices, and was last updated 2 years, 1 month ago by
Skandha.
-
AuthorPosts
-
October 7, 2021 at 2:49 pm #291873
Hans
ParticipantHello
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
October 8, 2021 at 3:24 am #291915Skandha
Participant@toerfiets: Hello Hans,
Can you let me know for which conditional menu you want to give a different color?Kind Regards,
SkandhaOctober 9, 2021 at 2:14 am #291928Hans
ParticipantHello 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=1074Kind regards and have a nice weekend.
Hans Hagmeijer
October 9, 2021 at 2:22 am #291997Skandha
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,
SkandhaOctober 10, 2021 at 6:43 am #292077Hans
ParticipantHello 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=1085And it was very smart and sharp to see there was a} missing.
Kind regardsHans Hagmeijer
October 10, 2021 at 7:11 am #292078Hans
ParticipantHello 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
October 10, 2021 at 11:13 pm #292121Skandha
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,
SkandhaOctober 11, 2021 at 3:10 am #292138Hans
ParticipantHello Skandha,
Works perfect.
Kind regards
Hans Hagmeijer
October 11, 2021 at 11:16 pm #292179Skandha
Participant@toerfiets: Glad it worked out. Have a good day! 🙂
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘extra menu in different color’ is closed to new replies.