DokuWiki

It's better when it's simple

User Tools

Site Tools


tips:disabling_link_icons

This is an old revision of the document!


Disable Link Icons

Create a file named userstyle.css in the <dokuwiki>/conf/ directory and add the following CSS to hide the link images for all links (remove the CSS classes for links you want to keep the images):

a.urlextern,
a.interwiki,
a.windows,
a.mail,
a.media {
  padding-left: 0;
  background: none !important;
}

You may need force a re-cache of the CSS. To do that either use CTRL+SHIFT+R in Firefox or on Linux do a $> touch <dokuwiki>/conf/dokuwiki.php.

tips/disabling_link_icons.1265054621.txt.gz · Last modified: 2010-02-01 21:03 by 74.93.99.97

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki