- Posts: 14116
- Thank you received: 1639
Product Page CSS
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 5 months ago #20494
by ivan.milic
Replied by ivan.milic on topic Product Page CSS
You cn alwaus just add new rules with !impotant flag:
.something{
color:white!important;
}
.something{
color:white!important;
}
Please Log in to join the conversation.
-
Nick Rains
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
12 years 5 months ago #20495
by Nick Rains
Replied by Nick Rains on topic Product Page CSS
OK, not familiar with the !Important flag, I'll check it out...
Please Log in to join the conversation.
-
Nick Rains
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
12 years 5 months ago #20497
by Nick Rains
Replied by Nick Rains on topic Product Page CSS
Thanks, I see the code there. It's the TabActiveBgStart and TabActiveBgEnd that I need to redefine and the actual colours are defined in the styles/style4.php file. Without re-coding I see no way to change the colours of the Add to Cart button without changing the colours of other elements too.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #20501
by ivan.milic
Replied by ivan.milic on topic Product Page CSS
You can split that css from template_css.php to:
#product-tabs li a.current,
#product-tabs li a.current:hover,
#product-tabs .nav li a:hover,
#product-tabs .nav li a:focus{
and
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button,
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover {
then apply different properties
#product-tabs li a.current,
#product-tabs li a.current:hover,
#product-tabs .nav li a:hover,
#product-tabs .nav li a:focus{
and
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button,
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover {
then apply different properties
The following user(s) said Thank You: Nick Rains
Please Log in to join the conversation.
-
Nick Rains
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
12 years 5 months ago #20507
by Nick Rains
Replied by Nick Rains on topic Product Page CSS
Sorry, not sure what you mean by 'split css from template...'. I think I see what you are doing but do you mean *add* that second section and add some properties to 'span.addtocart-button input.addtocart-button'.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #20520
by ivan.milic
Replied by ivan.milic on topic Product Page CSS
yes original rule applies to 8 selectors, so you just make tow rules whit different properties, for first 4 and second 4 selectors.
Please Log in to join the conversation.
Time to create page: 0.100 seconds