Hi
I use stretched layout on my site. For now i have found codes from this forums on how to have a body background image and how to make a part of the site transparent so that body background image is showing.
But i can’t find any solution for the textbox here, So can you please help me.
So far i have this in my Quick CSS field:
body{
background-image: url(https://www.everythingisforever.com/cms_assets/full-bg.jpg);
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
div.header_bg, #socket {
background-color: rgba(0,0,0,0.75) !important;
}
div.main_color.container_wrap.fullsize {
background: rgba(0,0,0,0.75) !important;
}
#main, .html_stretched #wrap_all{
background: transparent !important;
}
But as i said, i don’t wat the textbox to be completely transparent. How to do that?
After searching more on this forum, i found a solution which work. The only silly problem i now have, is that i can’t figure out what i should call that 1/1 full widt column for.
The newly founded code (which is working for me):
.av_three_fourth .avia_textblock{
background: rgba(0,0,0,0.8) !important;
border: 1px solid #C8B693 !important;
padding: 10px 19px !important;
}
Hi!
Try:
.av_one_full .avia_textblock{
background: rgba(0,0,0,0.8) !important;
border: 1px solid #C8B693 !important;
padding: 10px 19px !important;
}
Cheers!
Josue
Thanks! That did work!
You are welcome, glad to help :)
Regards,
Josue