Hi Team,
I’m sure there’s another thread for this, but I was having a bit of trouble find anything.
My website that we are building http://new.auroralogistics.com/ needs to have the menu on the left at 80% transparency or 0.8.
How would I do this and where?
Thanks,
Hey iNGENUiTY,
I’m not sure what you mean by 80% on the left? Also, do you want the text items to have transparency? Please post a screenshot highlighting what you would like to achieve so that we can gain a better understanding.
Thanks,
Rikard
Hi Rikard,
Just to clarify I would like the menu on the left to be at 80% transparency, and the text to normal.
For example, the content on the home page has a transparent background and solid text, we would like the same.
Thanks,
Hey!
Change your code to:
#header_main {
background: transparent;
border-bottom-width: 0;
}
And add this below:
#header .header_bg{
background: rgba(255,255,255,0.8) !important;
}
.html_header_left #main,
html.html_header_sidebar #wrap_all {
background: transparent;
}
Regards,
Josue
Thank you so Much <3
Hey!
Glad it worked! Feel free to reach out to us again on the forum if you have any other issues.
Best regards,
Jordan