compoczar
-
Posts
9 -
Joined
-
Last visited
Community Answers
-
compoczar's post in menu items disappearing on safari only - css custom was marked as the answer
Fixed it! I need to change
.header-nav-item { font-size: 0px; } .lightbox-link { font-size: 0px; } to
.header-nav-item a { font-size: 0px; } .lightbox-link a { font-size: 0px; } I'm guessing it has something to do with how safari processes the css stylesheets (not a coder, but it seems browser specific)