Problem with header after new theme update
-
Hi,
I just updated the theme and now I see a white line over my header on home page. It should be the same color as the slider have (Grey). Can someone help me to fix this?
Thanks.
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
Hi,
Below is the link.
Thanks!
To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.
.home .wd-header-overlap .wd-content-layout {
padding-top: 0;
}
I tried to add the CSS code, but it didn’t work. Below I added css codes that I already use.
Sorry, try to replace that code with the following one
.home.wd-header-overlap .wd-content-layout {
padding-top: 0;
}
Kind Regards
This time it worked. Thank you for helping with this issue.
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘Problem with header after new theme update’ is closed to new replies.