Hi – can you tell me how to change the header border and divider color to black? This is the site where I’d like to do it: http://precisionmarketinginstitute.com/
Thanks!
Hey GoToGalMarketing,
The divider color is black already and it looks like you figured it out?
In case you still need help please go to Enfold > General Styling > Logo Area and make changes to the border color value.
To add a bottom border to the header try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top.html_header_sticky #header {
border-bottom: 1px solid #000;
}
Best regards,
Vinay
Vinay,
Thanks so much! Now, is there a way for the divider to show when the site loads?
-Ceci
Hi,
You are welcome :)
The separators can be enabled from Enfold > Header > Header Layout > Separator between menu items
Best regards,
Vinay