This topic has 13 replies, 3 voices, and was last updated 6 months, 1 weeks ago ago by Andrew Mitchell
Header Color is change on scroll page and not sticky
Hi @Ankit Khandelwal,
Please try adding the following CSS codes under Theme Options > Theme Custom CSS > Global CSS:
.sticky-on .header-main,
.sticky-on .header-bottom{
background-color: #fff;
}
.sticky-on .header-main h1,
.sticky-on .header-main-menu.et_element-top-level .menu > li > a {
color: #000;
}
Best Regards,
8Theme’s Team
There are some portion left to implement change. Please see screenshot
Hi @Ankit Khandelwal,
We don’t understand what you mean in that screenshot. Could you please explain?
2. Please reduce the gap between header & primary menu
Please remove the top & bottom padding of the main header.
Best Regards,
8Theme’s Team
Please see my reply
Hi @Ankit Khandelwal,
#1, The header is black in the begining and turn to white when you scroll down. Do you want the header is white from the begining also?
#2,
– Please add the following CSS:
.header-main h1 {
margin-bottom: 0;
}
– After that remove the top & bottom padding of your header main under XStore > Theme Options > Header Builder > Main Header > https://prnt.sc/WEGoAlgRlr4I
Hope it helps!
#1, The header is black in the beginning and turn to white when you scroll down. Do you want the header is white from the beginning also? –
— I want only white header in every condition before or after scroll , Kindly fixed white header in all pages
Hi @Ankit Khandelwal,
I want only white header in every condition before or after scroll , Kindly fixed white header in all pages
In this case, please use this custom CSS codes instead, this codes will make the header white for all pages except the home page:
body:not(.home) .header-main,
body:not(.home) .header-bottom {
background-color: #fff;
}
body:not(.home) .header-main h1 {
color: #000;
margin-bottom: 0;
text-align: center;
}
body:not(.home) .header-main-menu.et_element-top-level .menu > li > a {
color: #000;
}
Best Regards,
8Theme’s Team
Footer also in White Background and black text and top border to be black
Hi @Ankit Khandelwal,
Please navigate to the link we sent in the Private Content area after that change the background color, text color of your footer elements.
Best Regards,
8Theme’s Team
Applying few setting are disturbed. You are kindly requested to all the matter by changing setting
Hi @Ankit Khandelwal,
For #1, we’ve already replied to you in this topic: https://www.8theme.com/topic/single-product-images-and-thumbnail-went-into-footer/#post-393793.
For #2, which browser are you using? We’ve checked on both Safari & Chrome the header looks good.
And for the footer, please change the color of footer under XStore > Theme Options > Footer > Footer Styling:
Best Regards,
8Theme’s Team
Dear Ankit Khandelwal,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘Header Color is change on scroll page and not sticky’' has been successfully resolved, and the topic is now closed for further responses