- Posts: 5
- Thank you received: 0
Change the color of shopping cart
-
Libertas
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 6 months ago #33592
by Libertas
Replied by Libertas on topic Change the color of shopping cart
OK I'll try. 
This code is correct?
.VMScrollBoth1 button{
background:#ff9933
}

This code is correct?
.VMScrollBoth1 button{
background:#ff9933
}
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #33594
by ivan.milic
Replied by ivan.milic on topic Change the color of shopping cart
yes, just put ; to be more reliable
.VMScrollBoth1 button{
background:#ff9933;
}
if that does not pass try:
.VMScrollBoth1 input{
background:#ff9933;
}
.VMScrollBoth1 button{
background:#ff9933;
}
if that does not pass try:
.VMScrollBoth1 input{
background:#ff9933;
}
Please Log in to join the conversation.
-
Libertas
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
11 years 6 months ago #33595
by Libertas
Replied by Libertas on topic Change the color of shopping cart
So I had to enter the second code (input) and everything works perfectly.
Many many many thanks. You're a genius
Pavel
Many many many thanks. You're a genius
Pavel
Please Log in to join the conversation.
Time to create page: 0.079 seconds