Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • aureliendm Friend
    #152955

    Hello, this is my first post.

    I was wondering how to display an icon in the footer (user8, etc…).

    If you go like “_hilite myicon” into the css suffix, it wont display as it does for the rest of the positions.

    Thanks again, i hope to hear from you soon.

    into template.css

    <blockquote>#ja-botsl h3 {

    border: none;
    color: #fff;
    margin: 20px 0 10px;
    }</blockquote>

    Saguaros Moderator
    #351694

    Hello all

    Pls open the file template.css file:

    and try to find the following code:

    /* Icon Module —*/
    .icon1 h3 {
    background: url(../images/icons/icon-1.png) no-repeat bottom left;
    padding-left: 30px !important;
    }

    .icon2 h3 {
    background: url(../images/icons/icon-2.png) no-repeat top left;
    padding: 0 0 3px 30px !important;
    }

    .icon3 h3 {
    background: url(../images/icons/icon-3.png) no-repeat top left;
    padding: 4px 0 4px 40px !important;
    }

    .icon4 h3 {
    background: url(../images/icons/icon-4.png) no-repeat top left;
    padding: 4px 0 4px 40px !important;
    }

    .icon5 h3 {
    background: url(../images/icons/icon-5.png) no-repeat top left;
    padding: 4px 0 4px 40px !important;
    }

    .icon6 h3 {
    background: url(../images/icons/icon-6.png) no-repeat top left;
    padding: 4px 0 4px 40px !important;
    }

    relace:

    /* Icon Module —*/
    .icon1 h3 {
    background: url(../images/icons/icon-1.png) no-repeat bottom left !important;
    padding-left: 30px !important;
    }

    .icon2 h3 {
    background: url(../images/icons/icon-2.png) no-repeat top left !important;
    padding: 0 0 3px 30px !important;
    }

    .icon3 h3 {
    background: url(../images/icons/icon-3.png) no-repeat top left !important;
    padding: 4px 0 4px 40px !important;
    }

    .icon4 h3 {
    background: url(../images/icons/icon-4.png) no-repeat top left;
    padding: 4px 0 4px 40px !important;
    }

    .icon5 h3 {
    background: url(../images/icons/icon-5.png) no-repeat top left !important;
    padding: 4px 0 4px 40px !important;
    }

    .icon6 h3 {
    background: url(../images/icons/icon-6.png) no-repeat top left !important;
    padding: 4px 0 4px 40px !important;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 14 years, 3 months ago.

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