Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jimcom76 Friend
    #164297

    please see atatched picture to see the area i want to change the colour of

    thanks


    1. footer-colour
    chavan Friend
    #392342

    File path : /templates/ja_business/css/template.css
    Do changes in this code

    #ja-footer{
    background:url('../templates/ja_business/images/footer-bg.gif') repeat left top;
    border-top:solid 1px #372a27;
    }

    1. Remove the border :

    remove this css code from the above code “border-top:solid 1px #372a27;”

    2. change background color

    remove this code “background:url(‘../templates/ja_business/images/footer-bg.gif’) repeat left top;” and replace it with say red color by changing the code as “background:#FF0000;”

    so collectively

    #ja-footer{
    background:#FF0000;
    }

    Note: If you Find my Post useful please click on the Thanks Icon

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

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

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