Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • quantaweb Friend
    #131863

    When you enter a discounted price in Virtuemart, it does not list the LIST price as striked through in red. However, there is code in the theme_css file to support this feature as shown below, but it is obviously not being called anywhere:

    product-Old-Price {
    color:red;
    text-decoration:line-through;
    }

    I fixed this by modifying the template_css.css file adding the following code:

    span.product-Old-Price {
    color:red;
    text-decoration:line-through;
    }

    John Wesley Brett Moderator
    #264163

    Sweet Tip! Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  John Wesley Brett 16 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum