- Posts: 5
- Thank you received: 0
Content Background Color
-
xpert
Inactive member - Topic Author
- New Member
Less
More
13 years 1 month ago #12340
by xpert
Content Background Color was created by xpert
Hi There
Where can i change the color of the content Background?
I found this code while using firebug:
#content_wrap {
background: none repeat scroll 0 0 #000000;
But i dont know where i can change this black color?
May you help me please ?
Where can i change the color of the content Background?
I found this code while using firebug:
#content_wrap {
background: none repeat scroll 0 0 #000000;
But i dont know where i can change this black color?
May you help me please ?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #12347
by ivan.milic
Replied by ivan.milic on topic Re: Content Background Color
From template parameters, or if you use pre-defined style you have to edit one of <template dir>/styles/styleX.php files where X is number of your style.
You could not find it because that is css generated from php file template_css.php
You could not find it because that is css generated from php file template_css.php
The following user(s) said Thank You: xpert
Please Log in to join the conversation.
-
xpert
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 1 month ago #12350
by xpert
Replied by xpert on topic Re: Content Background Color
Thank you for the fast support! That works!
One last question: is it possible to make this area transparent?
thanks in advance
XPERT
One last question: is it possible to make this area transparent?
thanks in advance
XPERT
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #12359
by ivan.milic
Replied by ivan.milic on topic Re: Content Background Color
Yes, if you use custom style (template parameters) in template_css.php after:
#content_wrap {
width:<?php echo $contentWidth; ?>px;
background:<?php echo $contentBg; ?>;
}
add this:
#content_wrap {
background:transparent;
}
#content_wrap {
width:<?php echo $contentWidth; ?>px;
background:<?php echo $contentBg; ?>;
}
add this:
#content_wrap {
background:transparent;
}
Please Log in to join the conversation.
Time to create page: 0.149 seconds