Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • talklfc Friend
    #171231

    Hey guys

    Where do I change the background colour of page-titole module please? (To a custom colour – not another theme variation).

    I’d also like to left justify the text as opposed to it being centered

    Thanks :-).


    1. graphite
    khoand Friend
    #427136

    Hi,
    You find this code from /templates/ja_graphite/css/template.css

    #ja-page-title {
    background: #881327; < change this line
    color: white; < change this line

    font-family: 'ArvoRegular',serif;
    font-size: 180%;
    text-align: center;
    }

    himangi Friend
    #427142

    Hi,

    Please edit templates/yourtemplate/css/temaplte.css file and find the following
    <blockquote>#ja-page-title {
    background: #881327;
    color: white;
    font-family: ‘ArvoRegular’,serif;
    font-size: 180%;
    text-align: center;
    }</blockquote>

    you need to change background to none; to remove the colored background. In the above code, change text-align to justify; to make it align that way.

    Let me know if you need anymore help.

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

This topic contains 3 replies, has 3 voices, and was last updated by  himangi 12 years, 12 months ago.

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