- Posts: 4
- Thank you received: 0
content area background color?
-
cliche
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago #8458
by cliche
content area background color? was created by cliche
How can I change the background color of the content area from white to black?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8466
by ivan.milic
Replied by ivan.milic on topic Re: content area background color?
Add that in head section of index.php of template just before </head> in style block , because it that way that rules have highest priority and you will be sure that they take effect:
<style type="text/css" >
.wrapper, wrapper > div, wrapper > div > div
{
background-color:black;
}
</style>
<style type="text/css" >
.wrapper, wrapper > div, wrapper > div > div
{
background-color:black;
}
</style>
Please Log in to join the conversation.
-
eamonn.sheehy@i2kinc.com
Inactive member - New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 4 months ago - 13 years 4 months ago #9810
by eamonn.sheehy@i2kinc.com
Replied by eamonn.sheehy@i2kinc.com on topic Re: content area background color?
Hi I would like to make the text area semi-transparent. I tried to follow your suggestion given for changing the background colour by using the following in the template index.php file:
<style type="text/css">
.carouselarticle{
background-color:transparent;
}
.wrapper, wrapper > div, wrapper > div > div
{
background-color:transparent;
}
</style>
but nothing was changed. The background colour for the text area is still white. any suggestions would be greatly appreciated.
Website : www.themewsbarbados.com
<style type="text/css">
.carouselarticle{
background-color:transparent;
}
.wrapper, wrapper > div, wrapper > div > div
{
background-color:transparent;
}
</style>
but nothing was changed. The background colour for the text area is still white. any suggestions would be greatly appreciated.
Website : www.themewsbarbados.com
Last edit: 13 years 4 months ago by eamonn.sheehy@i2kinc.com. Reason: forgot to add the website address
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #9820
by ivan.milic
Replied by ivan.milic on topic Re: content area background color?
Try:
<style type="text/css">
.carouselarticle textarea{
background-color:transparent;
}
...
BTW. textarea just can not be transparent on some browsers.
<style type="text/css">
.carouselarticle textarea{
background-color:transparent;
}
...
BTW. textarea just can not be transparent on some browsers.
Please Log in to join the conversation.
-
eamonn.sheehy@i2kinc.com
Inactive member - New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 4 months ago - 13 years 4 months ago #9822
by eamonn.sheehy@i2kinc.com
Replied by eamonn.sheehy@i2kinc.com on topic Re: content area background color?
Thank you for the reply. I actually found out how to do it. In the layout.css I changed the code to "background-colour:transparent" and it worked. Now I just have to find a way to make it semi-transparent.
Last edit: 13 years 4 months ago by eamonn.sheehy@i2kinc.com. Reason: mistake in spelling
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #9834
by ivan.milic
Replied by ivan.milic on topic Re: content area background color?
Try some semi-transparent .png of .gif as background.
Please Log in to join the conversation.
Time to create page: 0.156 seconds