test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • vanderkw Friend
    #187577

    The Online Banking Module has the following code:

    Module position: user1
    Module Suffix : has-icon icon1

    How and where do we define icon1?

    Where is this uploaded via FTP?

    pavit Moderator
    #493213

    Hi

    The settings for module suffix are managed through CSS file named template.css you can find it in

    templatesja_mendozitecss

    /* Has Icon ---*/
    div.ja-moduletable.has-icon,
    #ja-topsl div.ja-moduletable.has-icon { padding: 20px 0; }

    div.ja-moduletable.has-icon {
    padding-top: 95px !important;
    text-align: center;
    background: no-repeat center 40px;
    }

    div.ja-moduletable.has-icon.icon1 {
    background-image: url(../images/icons/icon-module1.png);
    }

    div.ja-moduletable.has-icon.icon2 {
    background-image: url(../images/icons/icon-module2.png);
    }

    div.ja-moduletable.has-icon.icon3 {
    background-image: url(../images/icons/icon-module3.png);
    }

    div.ja-moduletable.has-icon.icon4 {
    background-image: url(../images/icons/icon-module4.png);
    }

    div.ja-moduletable.has-icon:hover h3 {
    color: #d05338
    }

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

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

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