News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

new setup help.

Started by huddy190, 09.07.2018 17:38:38

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

huddy190

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


  •  

ColinM

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
Colin M
  •  

huddy190

Thank you - I'll give that a go today.. I post back how I got on.

  •  

huddy190

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.
  •  

ColinM

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
Colin M
  •