Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • rodro Friend
    #896418

    Hello, I would like to know if its possible to highlight the discount prices because there’s no difference between normal and discounted price. (cross lined or something more commercial)

    Thanks!


    1. Captura-de-pantalla-2016-03-08-a-las-12.43.31-a.m.
    Ninja Lead Moderator
    #896929

    Hi,

    You can use this way.

    Open templates/ja_techzone/css/custom.css file, add new the CSS file

    .com_virtuemart .topten-view .product .product-price span.PricebasePrice,.com_virtuemart .latest-view .product .product-price span.PricebasePrice,.com_virtuemart .featured-view .product .product-price span.PricebasePrice {
        text-decoration: line-through;
        color: red;
    }

    Regards

    rodro Friend
    #896944

    Does it has to look like this? I see a red on the code but no red in here..

    Regards,


    1. Captura-de-pantalla-2016-03-08-a-las-10.23.01-p.m.
    Ninja Lead Moderator
    #896954

    Please have a look at my solution here and change color: red; to color: red !important;

    Hope it helps

    rodro Friend
    #896956

    It’s still the same


    1. Captura-de-pantalla-2016-03-08-a-las-10.53.01-p.m.
    Ninja Lead Moderator
    #897064

    @rodro: I fixed it directly on your site and you can see my change from templates/ja_techzone/css/custom.css file with the CSS style above

    .price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
        color: red !important;
    }

    1. Screen-Shot-2016-03-09-at-15.21.08
    rodro Friend
    #897301

    Excellent!!! THANKS A LOT!!!!

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

This topic contains 6 replies, has 2 voices, and was last updated by  rodro 8 years, 8 months ago.

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