Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • alexmnicholas Friend
    #122397

    Is it expected that the “default.css” file should be empty??? All i have in this file is:

    /*————————————————————————
    # JA Mageia 1.0 – August, 2007
    # ————————————————————————
    # Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license – Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.comhttp://www.joomlancers.com
    ————————————————————————-*/

    I was expecting to see the same code i get in the “red.css” file.

    I want to change the heading colours in each css file from black to the colour of the option selected (red, orange, cyan and default). I can do this for all headings except the heading displayed in the default colour option. I am guessing this is becuase my “default.css” file is empty? Please can someone advise???

    Many thanks.

    Menalto Friend
    #228346

    Did you look in the template_css.css file, that is the default one

    alexmnicholas Friend
    #228347

    hi – yes – i am now looking in that file:

    I have this code (#D0D9DF is the colour of the header that i want to show):

    /* Heading */
    h1 {
    font-size: 170%;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D9DF;
    color: #0064A1;
    text-transform: capitalize;
    }

    But this still is not changing the colour of the heading. Is my code wrong, or am i trying to amend the wrong part of the CSS file?

    Many thanks.

    Menalto Friend
    #228349

    If you want the bacground to be that color:
    background: #D0D9DF;
    If you want the text to be that color:
    color: #D0D9DF;

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

This topic contains 4 replies, has 2 voices, and was last updated by  Menalto 17 years ago.

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