- Posts: 11
- Thank you received: 0
Lay out problems with components
-
annieta
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 2 months ago #36118
by annieta
Replied by annieta on topic Lay out problems with components
On the component pages there is still a white background, which should not be there. See attached image and see
klant12.2trees.be/BONSAI/index.php/stel-een-vraag
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #36129
by ivan.milic
Replied by ivan.milic on topic Lay out problems with components
Open <template folder>/css/template_css.php
you will see around line 45:
.ui-body-c, .ui-overlay-c {
background:<?php echo $body_bg; ?> !important;
}
change that to:
BODY,.ui-body-c, .ui-overlay-c {
background:<?php echo $body_bg; ?> !important;
}
you will see around line 45:
.ui-body-c, .ui-overlay-c {
background:<?php echo $body_bg; ?> !important;
}
change that to:
BODY,.ui-body-c, .ui-overlay-c {
background:<?php echo $body_bg; ?> !important;
}
Please Log in to join the conversation.
Time to create page: 0.071 seconds