Remove subheader / something below the menu

edited August 2015 in Theme support
Hi

I have this white bar/section under my menu on all pages. Image: http://i.imgur.com/pKyYyKo.jpg

How do I remove that?


edit: When I already have a post created I can ask this aswell. When you go to http://www.beatlespasvenska.se/om-bps/ you can see a text on a white background. It's a 'column'-item and I set the background color to white. Now I'd like to set opacity onto that white background. Probably CSS?

Thanks in advance again.

Comments

  • Hi,

    1. To remove white gap between the content and menu, please use below css:
    body:not(.template-slider) #Content { padding-top: 0 !important; }
    2. To set transparent color, you must use RGBA colors instead of HEX. For example color can be:

    rgba (255,255,255,0.5)
  • edited August 2015
    I don't want the background to be 100% transparent, I'd like to set opacity onto the background like this site: http://www.ulflundell.com/biografi/

    What I did now was to go to the column and set the background color to: rgba (255,255,255,0.5)

    The last term is probably the opacity right? I tried to use 0.1, 0.01 etc but it made no difference.

    edit: btw thanks for the help.
  • Yes, exactly. The last value is responsible for opacity. But column does not have such an option built-in. To set this background, you must set class name for the "column" item and then set background color with custom css under Theme options > Custom CSS & JS > Custom CSS section.
  • Ok and the code for that is?
  • Did you set class name for column? If you did it then please tell us what class name you set so we can show you the code.
  • edited August 2015
    What I did was to go to the page, edit the column and add 'aboutbg' in the "Custom | Classes" field. Is that how you add a class name? If that's the case my class name is 'aboutbg'. If that's not the case you'll have to tell me how I add a class name.

    under Theme options > Custom CSS & JS > Custom CSS section. I put this but it's still just 100% transparent.

    .aboutbg {color: rgba (255,255,255,0.5);}
  • Yes, exactly. This is how this should be done. But we think that your css is wrong under Custom CSS section. But to check this we need url to site where we can check this. Above url does not have our theme installed and we do not see this code anywhere in the code. So please send us url to site where we can check this css and classes and if necessary, we'll tell you how to fix it.
Sign In or Register to comment.