- This topic has 15 replies, 2 voices, and was last updated 2 years, 6 months ago by Skandha.
-
AuthorPosts
-
April 7, 2022 at 7:01 am #302846briddaa86Participant
Here is the problem: I added one link to the main menu and all of the sudden it shows another color in comparison with the other text elements (black instead of green) – I didn’t do anything different than I did with the other links before… deleted it, created it anew already. I want all of them be green, how to get that?
April 7, 2022 at 7:02 am #302850SkandhaParticipant@briddaa86: Hello there,
Can you please post in your site URL so that I can look into the issue?
Kind Regards,
SkandhaApril 7, 2022 at 8:04 am #302859briddaa86ParticipantApril 7, 2022 at 8:08 am #302862SkandhaParticipant@briddaa86: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.main-navigation a { color: #6bbcba; }
Let me know if this works out!
Kind Regards,
SkandhaApril 7, 2022 at 8:10 am #302865briddaa86ParticipantWorks as well, great! The only thing that’s a bit sad: The hover over effect is gone. Any chance to get that back?
April 8, 2022 at 3:01 am #302888SkandhaParticipant@briddaa86: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.main-navigation a:hover { color: #000 !important; }
Let me know if this works out!
Kind Regards,
SkandhaApril 8, 2022 at 9:54 am #302902briddaa86ParticipantHmmm… unfortunately it doesn’t…
April 10, 2022 at 2:08 am #302967SkandhaParticipant@briddaa86: Hello there,
The code seems to be working well at my end. Can you check again?
The result should be black text on hover.Let me know if this works out!
Kind Regards,
SkandhaApril 10, 2022 at 2:50 pm #302998briddaa86ParticipantI checked in Safari and Firefox no hover-over-effect turning the green typo to black, I am sorry. It works really shortly in the preview of the customizer while still being logged in to WordPress. As soon as I save and leave the backend it doesn’t show in the front end unfortunately.
April 11, 2022 at 1:51 am #303030SkandhaParticipant@briddaa86: Hello there,
Can you please add the code above in your Additional CSS section? I checked your site and didn’t find the code.
Kind Regards,
SkandhaApril 11, 2022 at 1:58 am #303031briddaa86ParticipantI did, still not working… It isn’t THAT important, I am just irritated because the other codes worked really well.
April 11, 2022 at 2:00 am #303032SkandhaParticipant@briddaa86: Hello there,
Can you please put the code back and let me know so that I can look why it is not working?
Kind Regards,
SkandhaApril 11, 2022 at 3:09 am #303034briddaa86ParticipantHey Skandha, sorry, I misunderstood. Language barrier. Now I deleted the code, is it that what you mean?
April 11, 2022 at 3:13 am #303035SkandhaParticipant@briddaa86: Hello there,
No, I want you to add the following Code in the Additional CSS section and Publish.
.main-navigation a:hover { color: #000 !important; }
Kind Regards,
SkandhaApril 11, 2022 at 4:21 am #303041briddaa86ParticipantAs I said, I did that already and it didn’t work. Would like to send you a screenshot that shows that I added it. It was in there and will be in there in 3 minutes again, so you can try and have a look again.
April 11, 2022 at 5:47 am #303044SkandhaParticipant@briddaa86: Hello there,
I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Different colors in menu’ is closed to new replies.