comparing items – css price style

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Themecomparing items – css price style

This topic has been marked as resolved.

When comparing the item(s) with added special price, there are missing css style for elements price-old and price-new.

Just add a style into file screen.css (catalog/view/theme/shoppica2/stylesheet/) somewhere around the line 3410 (after the element #product_price) like:

.price-old {
  color: #666;
  text-decoration: line-through;
}

It put the line through the old price and colors the old price into gray. Looks more logical :)

August 29, 2012 at 3:29 pm #13090

Hi,

Thanks for spotting this problem and for the solution :)

We will add the fix in the next update.

Best regards,
Svetoslav

ThemeBurn team

August 30, 2012 at 12:08 pm #13147
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.