I need to add 2 one pixel gray border colors:
1- Below the header/logo and right above the menu items (see mockup)
2- Right above the socket/copyright section (see mockup)
My site – https://themrteam.com/dev/about-us/
My mockup – https://imgur.com/a/pYvsx
Hey navindesigns,
Thank for using our theme!
To fix your requests, add the custom CSS code below at Enfold Theme Options > General Styling > Quick CSS
#header_main_alternate {
border-top: 1px solid #aaa;
}
footer {
border-top: 1px solid #aaa;
}
Best regards,
John Torvik
Hi,
Try this instead:
#header_main_alternate {
border-top: 1px solid #aaa !important;
}
#socket {
border-top: 1px solid #aaa !important;
}
Best regards,
Rikard
Still not working
I am adding it in my Quick CSS
I’m sending you my login to take a look if needed
Hi,
Please try commenting out any existing custom css so we can make sure there is not malformed parts or conflicts preventing the suggested css from running.
Best regards,
Jordan Shannon