Help:Options to hide an image: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 87:
 
===Disable images in search widget for certain skins===
: searchSearch result images can be turned off by altering the respective common.css for the skin being used and adding a rule to not display background images for spans of the class <code>.wvui-typeahead-suggestion__thumbnail</code>. For example:
<syntaxhighlight lang="css">span.wvui-typeahead-suggestion__thumbnail {
background-image:none !important;