Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • martinus Friend
    #146056

    Hi
    Great template.
    But I need to change the language of the icon-badges in the top spotlight section. Where you have a small coloured banner saying ‘New’, Pick or Hot… See image attached:

    But I can’t find the files anywhere. That is: I’ve found them in a collective file, but when I change them they won’t show in the frontpage.

    So how do I find the actual files – and how do I change them…

    Claus


    1. Skærmbillede-2009-11-15-kl.-15.38.46
    instantinlaw Friend
    #323635

    From what I know about this template it is using sprites. That means that it is likely one image with multiple badges in it. According to the css the name of the file to edit is icon-badge.png and it is in the images folder which is in the template folder.

    So, you change the one collective image file and if you haven’t changed the size of the images in that file, you won’t need to edit the css. If you have changed the size of the individual images in that file, you will have to change the position of the image in the css. I.e.
    .badge-hot .badge {background-position: 0pt 0pt;}
    to
    .badge-hot .badge {background-position: 2pt 2pt;}
    etc.

    FULL CODE


    .badge {
    height: 46px;
    position: absolute;
    right: 0pt;
    top: 0pt;
    width: 45px;
    background-image: url(../images/icon-badge.png);
    background-repeat: no-repeat;
    }
    .badge-hot .badge {
    background-position: 0pt 0pt;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  instantinlaw 15 years ago.

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