Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • osbert Friend
    #1025274

    I would like to replace the backgrounds of the header and "bottom" with a color.

    How do I go about with it. I attached an image of the positions I’m referring to.

    Sincerely,
    Osbert.


    1. Screen-Shot-2017-04-09-at-1.09.43-PM
    2. Screen-Shot-2017-04-09-at-1.09.56-PM
    Pankaj Sharma Moderator
    #1025387

    Hi
    can u share the URL of site on which you want to change the colors.
    Please turn off css compression before posting the URL here.

    Regards

    osbert Friend
    #1025514

    At the moment, I don’t have it online yet. I can share an attachment.

    Please have a look


    1. Screen-Shot-2017-04-10-at-12.32.51-PM
    Pankaj Sharma Moderator
    #1025605

    Hi
    Open css/template.css file
    Find

    #ja-footer {
        background: url(../templates/ja_droid/images/footer-bg.jpg) repeat-x left top;
        border-top: 1px solid #3C5189;
        color: #94a0be;
    }

    For header find this code

    #ja-header {
        background: url(../templates/ja_droid/images/header-bg.jpg) repeat-x left top;
    }

    Replace it with your color codes.
    Example: background: #fff;}

    Regards

    osbert Friend
    #1027458

    Thank you for the help. I have and it works fine but I still have a little issue to address. Still on the header is a blur color. How do I take that too off?

    Thank you.


    1. Screen-Shot-2017-04-19-at-11.13.50-AM
    Pankaj Sharma Moderator
    #1027572

    Hi
    Kindly open template.css file
    find below code and change or set the background to None;

    Code:

    #ja-header .main {
        background: url(../templates/ja_droid/images/light-bg.png) no-repeat center top;
    }

    save and check.

    Regards

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years ago.

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