Zurb Foundation tooltip nub looks strange -


my zurb fondation tooltips whacky. need style nub class make invisible. css below .tooltip>.nub, .nub {display:none !important} doesn't work. ideas?

 .tooltip { color : #f3d09b; background : #716f6a; padding : 1.25rem 2rem !important ; font-size : 1.2rem; text-align : justify !important ; max-width : 40rem !important ; border-radius : 0.30rem; border : none !important ; hyphens : auto; }  .tooltip>.nub, .nub {display:none !important} 


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -