News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

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
  •