Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • G T Friend
    #182616

    I want to chnage the images appearing in the round circle (Department List). How do I do it.

    pavit Moderator
    #474364

    <em>@joomlagt 348094 wrote:</em><blockquote>I want to chnage the images appearing in the round circle (Department List). How do I do it.</blockquote>

    Hi

    The icons images for department list are declared in this file templatesja_universitycsstemplate.css around line 1833

    to change them silmpy replace the images with yours in templatesja_universityimagesicons folder


    ul.department-list li.icon-1 a {
    background-image: url(../images/icons/dep-1.png);
    }

    ul.department-list li.icon-2 a {
    background-image: url(../images/icons/dep-2.png);
    }

    ul.department-list li.icon-3 a {
    background-image: url(../images/icons/dep-3.png);
    }

    ul.department-list li.icon-4 a {
    background-image: url(../images/icons/dep-4.png);
    }

    ul.department-list li.icon-5 a {
    background-image: url(../images/icons/dep-5.png);
    }

    ul.department-list li.icon-6 a {
    background-image: url(../images/icons/dep-6.png);
    }

    ul.department-list li.icon-7 a {
    background-image: url(../images/icons/dep-7.png);
    }

    ul.department-list li.icon-8 a {
    background-image: url(../images/icons/dep-8.png);
    }

    Regards

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, 11 months ago.

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