Remove subheader / something below the menu
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.
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
1. To remove white gap between the content and menu, please use below css: 2. To set transparent color, you must use RGBA colors instead of HEX. For example color can be:
rgba (255,255,255,0.5)
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.