Theme4Press › Forums › evolve › Navigation and effect not good and text truncated › Reply To: Navigation and effect not good and text truncated
#19794
|
try to disable the hover effect in Appearance -> Theme Options -> Header -> Disable main menu Hover Effect or try insert this in Custom CSS:
1 2 3 4 |
@media only screen and (min-width: 768px) .link-effect a span::before { font-weight: normal; } |