Page 1 of 1

CSS, Worpress CMS Custom CSS

Posted: Mon Dec 10, 2018 2:18 pm
by Goofan
Hi,
Sadly im not the best or even close to good at CSS.

I would like to request help with trying to add code to my custom CSS to make the box in this image
to be transparent like it is in this image allways even on scrolling.

To see it in effect goto website
and scroll down on the page to see the effect of it turning white.

Thanks in advance,
Thomas

Re: CSS, Worpress CMS Custom CSS

Posted: Fri Dec 14, 2018 10:28 pm
by Christopher
The problem seems to be that the white background is set in style .navigation-bar.fixto-fixed

Re: CSS, Worpress CMS Custom CSS

Posted: Tue Dec 18, 2018 6:23 am
by Goofan
Thank you, I managed to find the correct one in the end.

Code that worked:

Code: Select all

.navigation-bar.bordered.homepage.fixto-fixed {
background-color : transparent !important;
}