Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • GWok Friend
    #146263

    Hi,

    In my template are all sale prices ok. The old price has an red line and you can see the new price. But it’s not ok in de latest product slide module. There is no red line on the old price. Where can I change this? See picture.

    Thanks

    Anonymous Moderator
    #324740

    Hi GWok

    Could you submit a ticket, send us your information (live url, ftp account, admin account) so that we have a closer look on the issue?

    Anonymous Moderator
    #324866

    Hi GWok

    Please open components/com_virtuemart/themes/ja-mesolite/theme.css file, find following code section:


    .product-Old-Price {
    color: #CC0000;
    text-decoration: line-through;
    }

    and change to:


    .product-Old-Price {
    color: #CC0000 !important;
    text-decoration: line-through !important;
    }

    GWok Friend
    #324997

    Hi Thanks,

    I replace the code but it doesn’t work. Did you have an other fix?
    There’s nothing changed.

    Anonymous Moderator
    #325262

    Hi GWok

    Please try to do with my other way:

    Open templates/ja_mesolite/css/ja.vm.css file, add following code section to the end of file:


    .jsslide .product-Old-Price {
    color: #CC0000 !important;
    text-decoration: line-through !important;
    }

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

This topic contains 5 replies, has 2 voices, and was last updated by Anonymous 14 years, 11 months ago.

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