- This topic has 9 replies, 3 voices, and was last updated 4 years, 10 months ago by Skandha.
-
AuthorPosts
-
November 1, 2019 at 6:03 am #199480legevindiceParticipant
How can I change the color of the entire menu and the general hover over color of the main menu? Also I would like to change the border color of the round header logo to another color than white.
Kind regards
legevindiceNovember 1, 2019 at 6:04 am #199484SkandhaParticipant@legevindice: Hello Legevindice,
Please post in your site URL so that I can look into the issue.Kind Regards,
SkandhaNovember 1, 2019 at 10:32 am #199505legevindiceParticipanthttp://www.matthiaszuchowski.de
Thanks in advance!
November 2, 2019 at 7:45 am #204984SkandhaParticipant@legevindice: Hello Legevindice,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To change the color of menu items */ @media screen and (min-width:64em) { .navigation-classic.absolute-header .main-navigation a { color: #123456 !important; } } /* To change the hover color of menu items */ @media screen and (min-width:64em) { .navigation-classic.absolute-header .main-navigation a:hover { color: #f0f !important; } } /* To change the round border color of the logo */ .custom-logo { border-color: #12ffff !important; }
You can change the color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaNovember 2, 2019 at 8:05 am #204987legevindiceParticipantWorks like a charm! Thanks a lot!
November 2, 2019 at 8:34 am #204988legevindiceParticipant–
November 2, 2019 at 8:45 am #204993legevindiceParticipantInside Customizing -> Colors I can change the general button text color which also effects the main menu button in the mobile page version. Is there a way to just change the menu button and the three horizontal lines in the mobile version to another color?
November 2, 2019 at 10:15 pm #210895SkandhaParticipant@legevindice: Hello Legevindice,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To change the color of the text menu and hamburger icon on mobile */ #primary-menu-toggle { color: #123456; }
You can change the color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaDecember 2, 2019 at 11:14 pm #228343David ReaParticipantThat’s great, does anyone know how to increase the size of the logo as well please?
December 4, 2019 at 12:16 am #228488SkandhaParticipant@legevindice: Hello there,
Please post in your site URL so that I can look into the issue.Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Menu Color and logo border color’ is closed to new replies.