jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => General => Topic started by: huddy190 on 09.07.2018 17:38:38

Title: new setup help.
Post by: huddy190 on 09.07.2018 17:38:38
Hi,

I was wondering if anyone can help. I have managed to get this working how I want so far, but I'm a little stuck on how to either :

1. Get the background of the category bar to be the same of that as the background.. i.e. transparent.
or
2. Get ride of the category bar...

I have show categories in the menu item set to Hide??

you can see what I mean here:

http://www.pghphotography.co.uk/my-downloads

thanks


Title: Re: new setup help.
Post by: ColinM on 09.07.2018 18:36:29
Hi
If you want to remove the background colour then the simplest way is to add some css tojD Custom CSS fileSee http://www.jdownloads.net/documentations/item/custom-css-in-layouts for more info
The CSS you want to add is
/*  make subheader background transparent and not to show  */
.jd_files_subheader, .jd_cat_subheader, .jd_cats_subheader {
  background: transparent;
  opacity: 0;
}

To get rid of the vertical space used then add in after opacity line height:0px; padding: 0px;
If you just want a transparent background and the text to appear in white say
/*  make subheader background transparent and text in white  */
.jd_files_subheader, .jd_cat_subheader, .jd_cats_subheader {
  background: transparent;
  color: #ffffff;
}

Colin
Title: Re: new setup help.
Post by: huddy190 on 10.07.2018 10:09:56
Thank you - I'll give that a go today.. I post back how I got on.

Title: Re: new setup help.
Post by: huddy190 on 10.07.2018 12:36:51
Ok I tried  amending the CSS in the control panel as above but it didn't work even after clearing the cache. - That's a shame.
Title: Re: new setup help.
Post by: ColinM on 10.07.2018 13:28:46
Hi
I did check out on you site with diagnostic which Firefox Inspector and it was AOK.
Tried to repeat this mornoning bur the Download link not working!!
If you send me super admin details by PM I will checkout directly as it does work but maybe I did not copy the css ok!!Will send you a PMColin