Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • nsarode Friend
    #157067

    I would like to add rupee symbol in JA-Mesoliteii as image like <IMG SRC=”http://www.vagmi.com/rs.gif” />

    how can I do it?

    Css Magician Friend
    #365511

    Dear nsarode,

    Please open file http://www.vagmi.com/skin/frontend/default/default/css/styles.css and edit lines 815 as follow:
    change


    .regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }

    to


    .regular-price .price {
    background: url("http://www.vagmi.com/rs.gif") no-repeat left center;
    color: #C76200;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    }

    nsarode Friend
    #365525

    Thanks lot! but when same code apply on special price as
    .special-price .price {
    background: url(“http://www.vagmi.com/rs.gif”) no-repeat left center;
    color: #C76200;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    }

    and regular and special price enable showing symbol on speical price but not in regular price when regular and special both are enable….

    Css Magician Friend
    #365537

    Dear nsarode,

    You can style for .price as follow:

    .price {
    background: url("http://www.vagmi.com/rs.gif") no-repeat left center;
    padding-left: 10px;
    }

    All prices will enable.

    nsarode Friend
    #365548

    Wow! Work now. Thanks. Only issue Near currency symbol ‘Rs’ is showing is this possible to remove ‘Rs’ using style.css

    nsarode Friend
    #365603

    Solve Issue, Thanks lot!

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

This topic contains 6 replies, has 2 voices, and was last updated by  nsarode 13 years, 11 months ago.

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