- This topic has 9 replies, 2 voices, and was last updated 5 years, 10 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Architect Pro Doc
Hello. I am trying to make the navigation banner transparent but don’t see a way to do it. Is there a code I can insert to make the navigation banner AND the background behind the logo transparent in this theme? Thank you!
James
Hi,
Kindly show us your website URL?
Regards,
Chris
Chris:
Here it is. Thanks for your help.
http://sopacco.com/
James
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header { background:rgba(255,255,255,0.5); position:absolute !important;}
.logo::before { display:none;}
Regards,
Chris
Thank you for the code Chris. I inserted it, but it didn’t work, unfortunately. Could you look to see if there is another solution please? Thank you.
Hi,
Kindly this CSS code there:
Remove
.header { background:rgba(255,255,255,0.5); position:absolute !important;}
.logo::before { display:none;}
And add
.header { background:rgba(255,255,255,0.5) !important; position:absolute !important;}
.logo::before { display:none;}
Regards,
Chris
Thank you Chris! That fixed the transparency issue on the navigation but it left an orange box where the logo could be. We don’t want a logo or an orange box there. Is there a way to remove that orange box? Thanks!
Hi,
Kindly add this CSS code there:
.logo { background-color:transparent !important;}
Regards,
Chris
Thank you Chris, that fixed the issue!
🙂
Looking for the best fastest WordPress themes? Stop right here! These lightning-fast themes are optimized for peak performance without sacrificing style. Perfect for speed-conscious bloggers, […]
Searching for the best baby products WordPress themes? We’ve got you covered! These themes combine adorable designs with powerful e-commerce features. Perfect for baby shops, […]
Want the best WordPress curriculum vitae themes? You’ve found them! Create a stunning digital portfolio that showcases your skills and experience. These themes offer sleek […]