Home › Forums › All Other Themes › Architect Pro Doc
- This topic has 9 replies, 2 voices, and was last updated 5 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
December 17, 2018 at 1:50 am #113562
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
December 17, 2018 at 6:02 am #113569Hi,
Kindly show us your website URL?
Regards,
ChrisDecember 17, 2018 at 7:24 pm #113638Chris:
Here it is. Thanks for your help.
http://sopacco.com/
James
December 18, 2018 at 9:13 am #113676Hi,
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,
ChrisDecember 21, 2018 at 12:24 am #113870Thank 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.
December 21, 2018 at 5:06 am #113875Hi,
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,
ChrisDecember 21, 2018 at 9:36 pm #113929Thank 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!
December 24, 2018 at 6:26 am #113986Hi,
Kindly add this CSS code there:
.logo { background-color:transparent !important;}
Regards,
ChrisDecember 26, 2018 at 7:32 pm #114051Thank you Chris, that fixed the issue!
December 27, 2018 at 5:16 am #114064🙂
-
AuthorPosts
- You must be logged in to reply to this topic.