- This topic has 2 replies, 2 voices, and was last updated 3 months, 2 weeks ago by gokselhamali.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
July 27, 2024 at 10:23 am #336746gokselhamaliParticipant
Hi everyone,
Since the last update, the menu items’ colors(+hover color) and the little separator line below every page’s title changed back to turquoise. How can I change them back to this color? #b8ab7e
Here is the website:
http://www.actofcreation.deAppreciate any help
GökselJuly 29, 2024 at 1:52 am #336764minalKeymasterHello @goksel,
for changing the color, please add following CSS on Additional CSS
You can please try adding the following css code to “Appearance => Customize => Additional CSS”
.main-navigation .current-menu-item a, .main-navigation a:hover, .main-navigation a:focus { color: #b8ab7e; } .section-title:after{ border-color: #b8ab7e; }
Sincerely,
MinalJuly 31, 2024 at 2:22 pm #336789gokselhamaliParticipantHey @minal,
Firstly, thanks for your help. The separator’s color changed and the focused menu item worked but hovering is still not working. Any ideas why? I have published the website with the css you provided. You can check it out again. Really appreciate it.
Cheers
Göksel -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.