Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • pauldev Friend
    #129999

    Hi, rookie here building my first ever website 🙂 using JA Dravity.

    Very happy with Dravity so far but I just cannot work out how to do this:

    The Content Heading 1 color is just too dark. It seems to be a dark grey like #666666 and I want to make it a lighter grey like #CCCCCC.

    I’ve looked through the CSS files but I can’t work out what to do. Can someone tell me the edit I need to make?

    Thank you very much

    Sherlock Friend
    #255356

    Hi pauldev !
    You can change color for contentheading by way :
    Open template.css file in templates/ja_dravity/css folder , find following code section at about line 357 :


    .contentheading {
    font-size:200%;
    line-height:normal;
    }

    change to :


    .contentheading {
    font-size:200%;
    line-height:normal;
    color:#FFF;
    }

    pauldev Friend
    #255695

    Hi, thanks this is useful to know but the heading style I want to change is Heading 1 which you apply to article text in the content editor. Where is the css which defines this style?

    Sherlock Friend
    #255703

    Hi pauldev !
    You can change it following way :
    Open template.css file in templates/ja_dravity/css folder , find following code section at about line 99 :


    h1 {
    font-size:180%;
    }

    change to :


    h1 {
    color:#FFFFFF;
    font-size:180%;
    }

    pauldev Friend
    #255904

    Great, that’s fixed it! Thanks hainn84.

    I will now do some homework on CSS files so that I don’t keep bothering members too much.

    I’d officially thank you, but I can’t even work out how to do that on the forum yet!!

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

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

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