Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • villages1 Friend
    #183653

    I’ve searched the forum, but must not be using the right keyword searches.

    I have edited the template.css file

    /* Top spotlight —*/
    #ja-topsl {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background: #660000;
    color: #ccc;
    }

    to change color from grey to red, but would like to know if there is an “easy” (it’s easy when you know how) way to code (have some experience, ojt, but no extensive training) a way to change background color of the topsl (user1-5) positions (all of them at one time).

    I have used the “background image” feature when editing the module using position user1, but that only provides background for the text. I’d like to completely change the color of topsl upon the click/selection of a menu choice, if possible.

    thanks in advance….

    zhiguo Friend
    #478503

    Looking forward the same answer~~~~

    Ninja Lead Moderator
    #478716

    You can follow with my suggestion
    <blockquote>Open templates/ja_purity_ii/css/template.css file</blockquote>
    find

    /* Top spotlight ---*/
    #ja-topsl {
    border-top: 1px solid #666
    border-bottom: 1px solid #666
    background: #444
    color: #ccc
    }

    change to

    #ja-topsl {
    border-top: 1px solid #666
    border-bottom: 1px solid #666
    background: #660000
    color: #ccc
    }

    After change your site will show as same with the screenshot


    1. change_background_color
Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 10 months ago.

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