Hi, how do I customize fill colour and frame colour, in the small bar above the header.
Alan ;)
Hi Alan,
Please try the following in Quick CSS under Enfold->General Styling:
#header_meta {
background-color: #eee;
border-color: red;
}
Best regards,
Rikard
Great it works, thanks ;)