Advanced Search
Search Results
3 total results found
What to do when CSS stylesheets refuse to apply
There are a number of common mistakes users make when writing CSS stylesheets that are difficult to debug. Because browsers differ in how picky they are about errors, pages may look fine in some browsers but wrong in others. A common symptom of these problems ...
How do I identify the stylesheets in Plone?
In Plone, you can list, debug, enable and disable and change the order of all the stylesheets by: go into ZMI (Zope Management Interface) go to Root Folder of your site click on portal_css (CSS Registry). There you’ll see a long list of all the CSS’s affecting...
How do I remove the icons in Plone?
This will allow you to remove the navigation icons that appear in Plone’s navigation portlet. go into ZMI (Zope Management Interface) go to Root Folder of your site click on portal_css (CSS Registry). There you’ll see a long list of all the CSSes affecting you...