Hi,
I need a transparent background, can I make the background transparent or color change (no white)?
Thanks in advance
Nicola
aktheme
POSTED: 2014-08-04
Hello NICOLADIBONITO,
Yes its possible to make a transparent style for your theme. I got your email, do you want make only header part transparent or full content wrapper/container area including module?
Only header part can't be transparent due to "wrapper" white bg because header "block-header" is inside "wrapper"
you may use solid color in header area for example - #block-header { background: #000000; }
you may use color transparency in "wrapper" for example.
You may get rgba color value from the link given bellow
http://www.css3maker.com/css-3-rgba.html
aktheme
POSTED: 2014-08-04
Hello NICOLADIBONITO,
Transparent style will required additional css adjustments. please send your full specifications at aktheme14@gmail.com so that we can create a style for you.
I need a transparent background, can I make the background transparent or color change (no white)?
Thanks in advance
Nicola
Yes its possible to make a transparent style for your theme. I got your email, do you want make only header part transparent or full content wrapper/container area including module?
Only header part can't be transparent due to "wrapper" white bg because header "block-header" is inside "wrapper"
you may use solid color in header area for example - #block-header { background: #000000; }
you may use color transparency in "wrapper" for example.
.wrapper {
background: rgba(255,255,255,0.7);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
You may get rgba color value from the link given bellow
http://www.css3maker.com/css-3-rgba.html
Transparent style will required additional css adjustments. please send your full specifications at aktheme14@gmail.com so that we can create a style for you.
Thanks
Best Regards
Aktheme