Hi,
I’m trying to get the header to look like in the demo but I get a solid colored line on top and bottom of the header (instead of grayish/shadow lines).
I’m using a child theme.
You can view my test site here:
xxx
Can you help me fix this issue?
Thanks, Eric
Hi creolerim!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color div { border-color: #e1e1e1; }
Best regards,
Yigit
Hi!
Can you check which color header border is set in Enfold theme options > Styling tab? By default it should be http://i.imgur.com/hxtjKUM.jpg
I think it is related with styling options, CSS files seem to be loading just fine
Regards,
Yigit
Hi!
I am not sure why border color also changed but since we figured it out, you can remove custom CSS code from Quick CSS section and simply set header border color to #e1e1e1
Best regards,
Yigit
EDIT: This should fix dropdown borders as well
Hi!
Please check “Alternate Background Color” and make sure it is set to #F8F8F8. Or you can add following code to Quick CSS
.header_color .main_menu .menu ul li a:hover {
background-color: #f8f8f8;
}
Best regards,
Yigit