1. Pappy
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 09 October 2020
  5.  Subscribe via email
Using latest Safari browser on Apple computer. Large monitor.
The is using the Magnolia template and the main menu text is disappearing when I place pointer on dropdown menu item.

It does the same with your demo.

Looks fine using Chrome and Firefox.


Thanks,
Mark
References
  1. https://www.santolinafarm.com/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Darn. Forgot display: none

Second one works perfect.

Thank you!

Mark
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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