1. ecweb
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 23 June 2020
  5.  Subscribe via email
Hi,
I am using magnolia on https://diamondvalleybwc.org.au/ - however, mac safari users report that the menu items become invisible once the mouse has gone over them.
See the screenshot below of what happens when a user hovers over the first few items in the menu.
Can you help?
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Admittedly we are unable to replicate this issu so this is a bit of a shot in the dark. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.hornav > ul > li > a:hover {
color: #454545 !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Apparently it didn't resolve it - any other ideas?
The menu links appear normal when a user scrolls down (given that we have the sticky menu activated) - but it is just when the menu is at the top before one begins to scroll down that the issue appears.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I ask what version of Safari are you having this issue. We are unable to replicate with the latest version (13.1).

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Thank you for detailing the issue with your video.

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.hornav > ul > li > a:hover {
color: #888 !important;
}


That failing try the following instead...

.hornav > ul > li:before,
.hornav > ul > li > a::after {
display: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,
that worked - thank you
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!