Dear team,
I have a little problem with the background color in the Home Page of Lanjatrans.com (please to access, login with Fofo55.) This problem appears only in the Home page and not in the internal pages.
As you can see in the enclosed image, when you scroll a little and the whole big transparent image disappears, you can see around the logo (now minified), and around the Main Menu Area, that the color is not pure white, but a light grey #fcfcfc.
You can see what I mean here,…
So what I want is to change or swap the #fcfcfc color for a pure white #ffffff.
I have tried to change it in the Enfold/General Styles/Logo Area/Background color, but it hasn’t work.
Same problem presented in the home of http://equipodemarketing.com
Please can you help me with a little css magic?
Many thanks and best regards, Adolfo
Hey Adolfo!
Please try the following in Quick CSS under Enfold–>General Styling:
div#header_main{
background-color: white !important;
}
Best regards,
Rikard
Remember that the problem appears when scrolling the home page down,… Many thanks and regards, Adolfo
Hey!
Please use following code instead
#header.header-scrolled {
background-color: #fff;
}
Cheers!
Yigit
It works now wonderful. Many many thanks Yigit. Cheers!