Tagged: menu
- This topic has 1 reply, 2 voices, and was last updated 1 year, 6 months ago by tikaram.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
June 13, 2023 at 12:32 am #318753masnasserParticipant
Hello,
I would like to change the colour of menu items (Home, Services, etc.) but I can’t figure it out.
I want the colour by default to be blue (#0b438c) and when you hover over it I want it to be orange (#f44e22). I want the selected page to be the same orange as well. How can I do that?
Thanks for the help!
June 13, 2023 at 1:08 am #318769tikaramParticipant@masnasser Login to your WordPress admin section. After you are logged insert the link given below after the site url .
https://your-site/wp-admin/customize.php
You will need to replace your-site with the actual URL of your site.
Click on additional css and add the following css..wp-block-navigation .wp-block-navigation-item__content:hover { color: #f44e22 !important; } .wp-block-navigation .wp-block-navigation-item__content { color:#0b438c !important; }
Let me know if this helps you out.
Regards,
Tikaram -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Change Menu Items Colours’ is closed to new replies.