Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kamnaderi Friend
    #726201

    Hi,

    I need to change the background colour into white and blue. The main body should stay as white where all the text, modules etc.. are and the sides change to blue; or other way around. here is the link to the website:
    http://mbacademy.org.uk/

    any help would be appreciated.

    Kam

    TomC Moderator
    #754755

    Just to be clear – you want the top header section background to be white, and the men items (and such) blue?

    kamnaderi Friend
    #754757

    I need to change the background where the texts and images are to light blue and leave the sides as it is.
    however the blue can be on the sides and leave the centre white.

    TomC Moderator
    #754760

    Try This . . . .

    If you haven’t yet done so, create a new file called “custom.css” within file path —> /templates/ja_university/css/

    Within that custom.css file, paste the following CSS rules:

    #ja-topsl {
    background-color: #ccc;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    }

    #ja-topsl1 .main {
    background-color: #ccc;
    border-bottom: 1px solid #efece1;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    width: 1000px;
    }

    #ja-topsl2 .main {
    background-color: #ccc;
    border-bottom: 1px solid #efece1;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    width: 1000px;
    }

    #ja-container .main {
    background-color: #ccc;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0;
    width: 1000px;
    }

    * * * * * NOTE * * * * *
    The color code “#ccc” is used for example purposes only. If you need help finding color codes, see this resource —> http://id.joomlart.com/forums/topic/web-color-hex-code-resources/

    This should get you started . . . Hope That Helps

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

This topic contains 4 replies, has 2 voices, and was last updated by  TomC 8 years, 5 months ago.

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