-
AuthorPosts
-
talklfc Friend
talklfc
- Join date:
- August 2009
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 8 times in 1 posts
November 29, 2011 at 12:32 pm #171231Hey 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 :-).
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 29, 2011 at 1:17 pm #427136Hi,
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 Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
November 29, 2011 at 1:36 pm #427142Hi,
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.
AuthorPostsViewing 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
Change page-title module background colour and text justification
Viewing 3 posts - 1 through 3 (of 3 total)