html - My wordpress theme is hyphenating and can't turn it off using CSS -
html - My wordpress theme is hyphenating and can't turn it off using CSS -
i'd stop hyphenation on wordpress site. using function theme woothemes.
i've added style.css file in kid theme (note added more specificity , !important tags continued not work).
html body #wrapper #content p { -moz-hyphens: none !important; -ms-hyphens: none !important; -webkit-hyphens: none !important; hyphens: none !important; }
i can't find declaration on ruled in firebug understand why it's not working...
i've set illustration of what's going on over here: http://dev.thecyclery.net.au/home-test/hyphens/
thanks! jon
there appears trailing slash in comment that's breaking css plenty cause problem.
/* =theme customization starts here -------------------------------------------------------------- *//
that lastly slash on end, that's culprit. delete , should work expected. comment should this:
/* =theme customization starts here -------------------------------------------------------------- */
html css wordpress hyphen woothemes
Comments
Post a Comment