Hi,
how can i create a link or break or shadow effect under the main header?
Thanks,
This topic has 2 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Olga Barlow
Hi,
how can i create a link or break or shadow effect under the main header?
Thanks,
Hello,
Use the main header options to add the margin or border http://prntscr.com/rzaeua
If you want to add shadow it could be done by additional customization only, for example add the code below to Theme Options > Custom CSS
.header-main {
box-shadow: 0px 6px 16px -1px rgba(0,0,0,0.75);
}
Regards
The issue related to '‘creating line under the header/shadow’' has been successfully resolved, and the topic is now closed for further responses