Please go to Appearance-> Editor-> inc / theme_control.php search "ftc_secondary_color" and "ftc_primary_color" and delete this code as suggested below Your problem will be solved https://prnt.sc/opblw3
Sorry for miss contant. My problem is when i scroll my header colour is same as default. I use your css to change my site's header colour and they changed, but when i scroll the colour is same as default.
To change the background color of the header when scrolling down, add the following css attribute to the style.css file (Appearance-> Editor-> style.css) or Appearance-> Editor-> Customize-> Additional Css .header-ftc.header-sticky-mobile .header-content { background-color: #fff000 !important; } in which #fff000 is the color code you can change
how to i changed headter colour. i use (karo theme)- (demo-4).
look this pic:-
Hi Souvik!
If you want to change the header's background color, add the following css attribute to the Appearance-> Customize-> Additional Css section
.header-content {
background-color: # fff000;
}
where # fff000 is color code and can be changed
thank you
When i scroll the header colour is same that its default.
Hi Souvik !
Did you proceed to change the color with the css attribute I instructed before? Change it to get a change on the site
thank you
Yes i already do this! But the colour i selected is only worked all pages, but they didn't work in my home page.
I use karo theme, demo-4.
Please solve my problem.
Hi Souvik !
Please go to Appearance-> Editor-> inc / theme_control.php
search "ftc_secondary_color" and "ftc_primary_color"
and delete this code as suggested below
Your problem will be solved
https://prnt.sc/opblw3
thank you
Sorry for miss contant. My problem is when i scroll my header colour is same as default. I use your css to change my site's header colour and they changed, but when i scroll the colour is same as default.
Hi Souvik !
To change the background color of the header when scrolling down, add the following css attribute to the style.css file (Appearance-> Editor-> style.css) or Appearance-> Editor-> Customize-> Additional Css
.header-ftc.header-sticky-mobile .header-content {
background-color: #fff000 !important;
}
in which #fff000 is the color code you can change
thank you