This topic has 8 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Dear 8Theme,
We have two questions in the private content and hope you can help.
BR, Su.
Hello,
Please provide us with your site URL and temporary wp-admin access.
Regards
Hi Rose,
Credentials are in the Private Content.
Hello,
1. Add this code in custom css:
.fixed-header-area {
background-color: rgba(0, 0, 0, 0.6);
border-bottom: none;
}
and set Fixed header color scheme > Light in Theme Options.
2. I do not see the problem with fonts.
Please, clear cache then check one more time and provide screenshots.
3. Try to use this custom css code:
@media (min-width: 992px){
.header-type-3 .tbs, .header-type-3 .header-logo {
width: 100%;
display: inline-block;
position: absolute !important;
}
.header-type-3 .tbs {
padding-top: 50px;
}
.header-type-3.slider-overlap .header {
padding-bottom: 60px;
}
.header-type-3 .header-logo {
left: 50%;
transform: translateX(-50%);
}
.header-type-3 .tbs {
left: 18%;
}
}
4. Add this code in Custom css for Home page http://prntscr.com/kt4azk
.page-content {
margin-bottom: 0px;
}
Regards
Hi Rose, Thank you very much, gratefully appreciated 🙂
another, quick related question, how can we change the background as per the screenshot in the Screenshot.
Kind Regards, Su.
Hello,
.header-type-3.slider-overlap {
background-color: #c59b6b5c;
}
Regards
Cheers Rose, you’ve done it again! 🙂
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up