Hi there
There are 2 things at the moment that I am having difficulty with on the website
1- Removing the ‘•’ separator from the end of the main menu
2- Adding a grey line to under the small top bar when the header has a white background
Any help would be great.
Hey whitepandaltd,
Please try the following in Quick CSS under Enfold->General Styling:
nav.main_menu li#menu-item-664:after {
display: none;
}
#header_meta {
border-bottom: 1px solid #ddd;
}
Best regards,
Rikard
Thanks for the response. I have added that CSS but unfortunately nothing has changed.