Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • judyostudio Friend
    #157741

    How do I change the color of the black footer in JA Norite to #993333?

    Phan Gam Friend
    #368045

    You can do it as follows:
    1. Open template.css file in /templates/ja_norite/css folder.
    2. Finding css style for #ja-footer

    #ja-footer {
    background: #1a1a1a;
    color: #555;
    padding-bottom: 20px;
    }

    about line 1555
    Change this code to

    #ja-footer {
    background: #993333;
    color: #555;
    padding-bottom: 20px;
    }

    Hope that helps

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

This topic contains 2 replies, has 2 voices, and was last updated by  Phan Gam 13 years, 11 months ago.

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