- Posts: 4
- Thank you received: 0
Background color for row with copyright
12 years 1 month ago #36080
by Akkianu
Background color for row with copyright was created by Akkianu
Hi. I make a site for repair centre. And now i want to add background color for row wich contain only copyright module. Name of this row is ftr. I type in template_css.css
.ftr {
background: #ecebff;
border-top: 1px solid #5543c5;
padding: 20px 10px 0 0;
}
No effect. Pls, tell me what wrong?
P.S. Thx for great framework.
.ftr {
background: #ecebff;
border-top: 1px solid #5543c5;
padding: 20px 10px 0 0;
}
No effect. Pls, tell me what wrong?
P.S. Thx for great framework.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #36085
by ivan.milic
Replied by ivan.milic on topic Background color for row with copyright
Try:
ftr {
background: #ecebff!important;
border-top: 1px solid #5543c5!important;
padding: 20px 10px 0 0!important;
}
ftr {
background: #ecebff!important;
border-top: 1px solid #5543c5!important;
padding: 20px 10px 0 0!important;
}
Please Log in to join the conversation.
12 years 1 month ago #36086
by Akkianu
Replied by Akkianu on topic Background color for row with copyright
No, it is does not work.
I noticed if i add to this row any block with some text, style works. But block with copyright is duplicated.
I noticed if i add to this row any block with some text, style works. But block with copyright is duplicated.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #36101
by ivan.milic
Replied by ivan.milic on topic Background color for row with copyright
Send link the so we could see
Please Log in to join the conversation.
12 years 1 month ago - 12 years 1 month ago #36116
by Akkianu
Replied by Akkianu on topic Background color for row with copyright
Link to my site:
rc-totem.com
Last edit: 12 years 1 month ago by Akkianu.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #36127
by ivan.milic
Replied by ivan.milic on topic Background color for row with copyright
Is that correct link I can not load it?
Please Log in to join the conversation.
Time to create page: 0.175 seconds