Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • victortopper Friend
    #152801

    Hello,

    how to change the background color on the location eg logo or any other on css we must work to change the color of money template

    gray Friend
    #350622

    The background color of the template (body element) is set in templatesja_teline_iiicsstemplate.css
    body {
    background: #fff;
    color: #000;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    }

    victortopper Friend
    #350713

    I would like to change the background colors on and on MEGAMENU HEADLINES and CONTENT-TOP COL-MASS1, CONTENT-BOT FOOTNAV If you can help me

    gray Friend
    #350736

    To change back-ground color of separate divs, you should do something like this:
    With Firebug of FF or DragonFly of Opera inspect every div and define what should be change in CSS to change the color.

    For example, footnav change in template.css the style declaration

    #ja-footer .ja-footnav {
    ….
    background-color: #333333;
    }

    If you have “reset user settings” block, also you’ll have to update

    .ja-footnav ul.ja-links li.user-reset a {
    ….
    background-color: #9c162e;
    }

    and/or
    .ja-footnav ul.ja-links li.user-reset a:hover {
    background-color: #666666;
    }

    victortopper Friend
    #350742

    hank you
    I managed to change the color of footernav. By cons I am not come to change the color and search for a member that I have the same color as the part that I managed to change
    Site URL: http://site-test.mwinda.org

    aaronfarias Friend
    #350744

    Do you use google chrome? You can right click and click inspect element and play around with the css there before you actually change it. I find it quite useful.

    victortopper Friend
    #351020

    Hello

    Thank you for your tip. I could see the css cons it is there a possibility of making changes over there before the change directly on the css if so how?. I managed to make a change in color on the top menu, but I have a problem and search member can not be seen more

    Saguaros Moderator
    #351662

    beside above solutions, i think that you shoudl use some useful tool such as firebug http://www.kristarella.com/2009/02/how-to-use-firebug-for-css/, http://getfirebug.com/css

    after have use this ok, you can do everything by yourself

    GOodluck

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

This topic contains 8 replies, has 4 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