Hi,
Is is possible to make single image for whole header. Now we have leaf in headet top, and main header cuts it – https://prnt.sc/vowo9p
This topic has 2 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler
Hi,
Is is possible to make single image for whole header. Now we have leaf in headet top, and main header cuts it – https://prnt.sc/vowo9p
Hi,
Remove the image and set a transparent background color for the top header, add the next code in Theme Options > Theme Custom CSS:
.header-wrapper {
background-image: url(link_of_your_image);
background-size: cover;
}
Regards
The issue related to '‘Header top’' has been successfully resolved, and the topic is now closed for further responses