- Posts: 2
- Thank you received: 0
Transparancy
13 years 8 months ago #16688
by timtryn
Transparancy was created by timtryn
Hi
I would like to take the transparency out and have a solid colour as the background for the text area, not the whole background of the page. Thanks for the awesome template.
I would like to take the transparency out and have a solid colour as the background for the text area, not the whole background of the page. Thanks for the awesome template.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #16706
by ivan.milic
Replied by ivan.milic on topic Re: Transparancy
You can do that bu adding this to bottom of template_css.css
.contentpaneopen{
background-color:transparent!important;
background-image:url(...) repeat!important;
}
where ... you should replace with real pattern image path. You need to create pattern .png image that has transparency.
That is best way.
Also there are css options to make it transparent but that would also make text transparent so do it as described bellow.
.contentpaneopen{
background-color:transparent!important;
background-image:url(...) repeat!important;
}
where ... you should replace with real pattern image path. You need to create pattern .png image that has transparency.
That is best way.
Also there are css options to make it transparent but that would also make text transparent so do it as described bellow.
The following user(s) said Thank You: timtryn
Please Log in to join the conversation.
Time to create page: 0.319 seconds