- This topic has 1 reply, 2 voices, and was last updated 3 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Kids Education Pro › Customize header properties
Tagged: change, color, css, customize, header, properties, Transparent
Hello,
I have changed my theme into “modern mode”… Now the header is just a white stripe. The height I’ve customized with this CSS:
@media screen and (min-width: 992px){
#masthead{
height: 85px;
}
}
Now, I want to change the header a little transparent and I want to change the color. How can I do this?
Hello
Try this, i hope this will help you. Please add this Css code in Additional Css.
.modern-design #masthead {
opacity : 0.6;
background-color : #000;
}
.modern-design #masthead container{
background : transparent;
}
.modern-design #header-image, .modern-design .has-banner-image#header-image{
padding-top: 0px;
}
Just Go to Admin panel >> Appearance >> Customize >> Additional Css and paste above Css code then publish and refresh.
And if you want to change background just update color code in the above background-color css.
If you have any further queries please free to share with us, we are always here to help you
Best Regards
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |