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

    how can i put background color to position: ¨user6, user7, user8 and user9¨?

    khoand Friend
    #389750

    Hi,
    – You replace this code from <joomla url>pluginssystemjat3base-themesdefaultblocksspotlight.php file

    <div class="ja-box column ja-box<?php echo $botsl[$pos]['class']; ?>" style="width: <?php echo $botsl[$pos]['width']; ?>;">
    with

    <div class="ja-box column ja-box<?php echo $botsl[$pos]['class']." ".$pos; ?>" style="width: <?php echo $botsl[$pos]['width']; ?>;">
    – You add this code into <joomla url>templatesja_socialcsstemplate.css file


    .user6
    {
    background:red;
    }
    .user7
    {
    background:red;
    }
    .user8
    {
    background:red;
    }
    .user9
    {
    background:red;
    }
    .user10
    {
    background:red;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 13 years, 7 months ago.

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