Shape 5

Joomla Templates => Traction - Club => : claudiot July 25, 2016, 04:23:57 AM



: main body background
: claudiot July 25, 2016, 04:23:57 AM
Hello,
I want to set opacity on main body background.

I tried to modify template.css as you wrote in a post (in the 2014). But it does'n work correctly as you can see at www.claudiotegazzini.it/magri
I like to have a result as you see at www.claudiotegazzini.it/babilonia/it

Can you help me?
Thanks
Claudio

#s5_bottom_row3_area_inner, #s5_top_row1_area_inner {
 background: url("../images/s5_top_row1.png") repeat scroll 0px 0px transparent;


: Re: main body background
: claudiot July 25, 2016, 04:29:47 AM
(sorry, i posted before to finish the message)

in the www.claudiotegazzini.it/babilonia/it the background color of the page is opaque so you can see the image of the site background.


: Re: main body background
: mikek July 25, 2016, 06:34:22 AM
Hello,

I am sorry I am not totally sure what you are trying to do. If you are trying to change the main area, you would need to modify this area:

#s5_top_row2_area_inner, #s5_top_row3_area_inner, #s5_center_area_inner, #s5_bottom_row1_area_inner, #s5_bottom_row2_area_inner {
    background: #ffffff none repeat scroll 0 0;
}


This is considered custom programming, and we do not provide support on custom coding. Our support is only for the core product itself.


: Re: main body background
: claudiot July 25, 2016, 08:03:41 AM
Thank you for the message

What you wrote doesn't work.

What I want to do is like what you can see in the file attached, where I can decide the % of the opacity.
Bye


: Re: main body background
: claudiot July 25, 2016, 08:39:27 AM
Can you say me if there is a template with % opacity (as the sea of glass template)?
Thank you


: Re: main body background
: mikenicoll July 25, 2016, 10:33:04 PM
Hello,

As stated that is a custom modification that we do not provide support for via the forums. My suggestion would be to alter the color code #ffffff to an RBG variant where you can specify an opacity %

Regards,