- Posts: 11
- Thank you received: 0
Background Color
-
jimsoda
Inactive member - Topic Author
- New Member
Less
More
12 years 9 months ago #15689
by jimsoda
Background Color was created by jimsoda
I recently changed size of template to 960px from 1264px. Now I see black background on both sides. Tried to change Parameter>Background to #FFFFFF but it still remains black on the sides.
Any idea how I can change it to white?
Thanks for you help.
Any idea how I can change it to white?
Thanks for you help.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
12 years 9 months ago #15701
by milos
Replied by milos on topic Re: Background Color
Please send us your link so we can inspect that.
Please Log in to join the conversation.
-
jimsoda
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #15719
by ivan.milic
Replied by ivan.milic on topic Re: Background Color
If you use pre-defined style , parameters will not work , you have to use custom to make them work, or add definition manually like this:
body{
background: #FFFFFF!important;
}
you can add that at the bottom of template_css.css
body{
background: #FFFFFF!important;
}
you can add that at the bottom of template_css.css
Please Log in to join the conversation.
Time to create page: 0.180 seconds