- Posts: 149
- Thank you received: 2
Changing the article main content background color
-
aaroninbna
Inactive member - Topic Author
- Member
Less
More
13 years 5 months ago #9317
by aaroninbna
Everything is looking great with this template, but I have ran into a snag.
I am using JC Editor for editing all my articles, etc. I am in need of some assistance changing the articles template background color.
The color is a gray shadding and I need it it bo white. The attachment shown in this post shows everyone what I need.
Any help is greatly appreciated !
Take Care,
Aaron
Changing the article main content background color was created by aaroninbna
Everything is looking great with this template, but I have ran into a snag.
I am using JC Editor for editing all my articles, etc. I am in need of some assistance changing the articles template background color.
The color is a gray shadding and I need it it bo white. The attachment shown in this post shows everyone what I need.
Any help is greatly appreciated !
Take Care,
Aaron
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #9323
by ivan.milic
Replied by ivan.milic on topic Re: Changing the article main content background color
That gray comes form layout.css :
.content_wrap {
float: left;
background: url(../images/content_bg_l.png) bottom left no-repeat;
}
.content_wrap2 {
background: url(../images/content_bg_r.png) bottom right no-repeat;
}
so, this two background images are adding that gray bg color.
.content_wrap {
float: left;
background: url(../images/content_bg_l.png) bottom left no-repeat;
}
.content_wrap2 {
background: url(../images/content_bg_r.png) bottom right no-repeat;
}
so, this two background images are adding that gray bg color.
Please Log in to join the conversation.
-
aaroninbna
Inactive member - Topic Author
- Member
Less
More
- Posts: 149
- Thank you received: 2
13 years 5 months ago - 13 years 5 months ago #9328
by aaroninbna
Replied by aaroninbna on topic Re: Changing the article main content background color
Thank you Ivan.
Take Care,
Aaron
That worked really well. A simple change of both .png images in Photo Shop and everything looks great.
Thanks Guys.
Take Care,
Aaron
That worked really well. A simple change of both .png images in Photo Shop and everything looks great.
Thanks Guys.
Last edit: 13 years 5 months ago by aaroninbna. Reason: Adding comment to Administrators
Please Log in to join the conversation.
Time to create page: 0.160 seconds