- Posts: 9
- Thank you received: 0
Left Column Right Column
-
rslavi
Inactive member - Topic Author
- New Member
Less
More
11 years 11 months ago #25740
by rslavi
Left Column Right Column was created by rslavi
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25753
by ivan.milic
Replied by ivan.milic on topic Left Column Right Column
Background definition is in template_css.php:
You can just remove all properties and add yours.You can set transparent background image pattern 1px x 1px and set it to repeat
Code:
.column_left div.moduletable,
.column_right div.moduletable {
background: -webkit-gradient(linear, 0 0, 0 bottom, from(<?php echo $moduleBgTop; ?>), to(<?php echo $moduleBgBottom; ?>));
background: -moz-linear-gradient(<?php echo $moduleBgTop; ?>, <?php echo $moduleBgBottom; ?>);
background: linear-gradient(<?php echo $moduleBgTop; ?>, <?php echo $moduleBgBottom; ?>);
border:1px solid <?php echo $columnBorder; ?>;
color:<?php echo $columnText; ?>;
}
You can just remove all properties and add yours.You can set transparent background image pattern 1px x 1px and set it to repeat
The following user(s) said Thank You: rslavi
Please Log in to join the conversation.
-
rslavi
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
11 years 11 months ago #25771
by rslavi
Replied by rslavi on topic Left Column Right Column
Thank you so much!
Simply removed these lines and it all disappeared ....
Simply removed these lines and it all disappeared ....
Please Log in to join the conversation.
-
rslavi
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
11 years 11 months ago #25821
by rslavi
Replied by rslavi on topic Left Column Right Column
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #25829
by ivan.milic
Replied by ivan.milic on topic Left Column Right Column
What is Yandex??? Refresh good - usually ctrl+F5
Please Log in to join the conversation.
-
rslavi
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
Time to create page: 0.167 seconds