jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => General => Topic started by: goshillo on 07.07.2016 13:59:10

Title: Remove Home, Search, Up icons from the header
Post by: goshillo on 07.07.2016 13:59:10
Joomla

3.5.1







- Jdownloads 3.2.44 - systeminfo attached. How to remove the 3 icons Home, Search, Up from the header? See  http://www.pctutor.it/test/jd/categoria-1.html   I remove everything from the header area of the active Files layout but nothing changes.
Any hint? Many thanks and regards

[gelöscht durch Administrator]
Title: Re: Remove Home, Search, Up icons from the header
Post by: goshillo on 07.07.2016 15:45:04
I try to put the following in jdownloads_custom.css and works .jd_top_navi {
  display:none;
}
Is this the right way in your opinion? Many thanks
Title: Re: Remove Home, Search, Up icons from the header
Post by: ColinM on 07.07.2016 18:33:32
Hi
Yes that is a very good way as it will apply to all Layouts as we have tried to be consistent in the use of css classes.
Other ways would mean editing many layouts.

Colin