This topic has 2 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Olga Barlow
Regarding this white section in the header –> https://prnt.sc/kgvyoq
1. How can I change the opacity?
2. How can I change the height?
Thank you.
Hello,
1) Add the following code in child theme style.css and change alpha according to your needs
.header-type-5.slider-overlap .header > .container {
background-color: rgba(255, 255, 255, 0.5);
}
2) Add the following code in child theme style.css and change top/bottom paddings
.navbar {
padding: 5px 0;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up