Underline changes colour, but text not
Screenshot: http://farm7.staticflickr.com/6214/6998526609_42e58f55bc_b.jpg
Underline changes colour, but text not
Screenshot: http://farm7.staticflickr.com/6214/6998526609_42e58f55bc_b.jpg
Hey!
Can you post a link please. I need to investigate the css.
Regards,
Peter
Hey!
Here's the link: [removed]
Regards,
Kriesi
Can you also take a look into the css of the shopping cart page and the order page: http://farm8.staticflickr.com/7050/6843760364_c917f9f07a_b.jpg
Hi megalex,
Here is the CSS you'll need to add to your Quick CSS or custom.css for the underline attribute. Just put the color code of the color you want it to be there.
.relThumb a:hover{
text-decoration: underline;
color: #
}
You can change the color for the cart and checkout by adding the following to your Quick CSS or custom.css as well :)
.cart_totals strong {
color: #999;
}
.shop_table strong {
color: #999;
}Hi Devin,
I added this piece of CSS to custom.php to fix the hover state problem for the related items, but It doesn't change the text in blue (even with !important behind it):
.relThumb a:hover{
text-decoration: underline;
color: #23B5CF !important;
}
Hi!
To change the text color on hovering add this
a .relThumbTitle strong:hover {
color: #23B5CF !important;
}
Regards,
Chris
This topic has been closed to new replies.