-
AuthorPosts
-
October 5, 2011 at 6:22 pm #169342
Hello, is that you know how to:
– Change the background color of the page
– Change the color of links
– Change the color of section titles
– Change the color of the menu when moving the mouse over a menu link
– Change the color of the menu
thank youpavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 5, 2011 at 7:48 pm #417113Hi raffi3438
Can you post a screenshot with the description of your requests ?
Thanks
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 6, 2011 at 1:31 pm #417292Raffi,
All of this is contained in your template’s primary CSS file.
..templates/ja_minisite/css/template.css
[FONT=arial]For instance, changing the color of the menu – goto line 536
and change the image…[/FONT]#ja-mainnav .main {
background: url("../images/bgd_nav.gif") repeat-x scroll 0 0 transparent;
}
[FONT=arial]As you’ve amassed more than 200+ downloads, I’m fairly sure you probably know how to update/change/modify a CSS file.
But if you have a particular issue please provide us with the URL of your site and what you are wanting to achieve!Thank you!
Have fun.[/FONT]October 6, 2011 at 1:55 pm #417295Thank you and how change the color of the background of the page?
And how change the color of titles of articles?
Thank youJohn Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 6, 2011 at 2:42 pm #417297<em>@raffi3438 273476 wrote:</em><blockquote>Thank you and how change the color of the background of the page?</blockquote>
There are SEVERAL backgrounds on a page. JA Slideshow background, Menu backgrounds, Module backgrounds, article backgrounds, container backgrounds.
I’m going to assume you mean container background…meaning the background behind all other backgrounds.
And for that, there is not one as it is white. But to change it from white to some other color, you can add code below in red.
…/templates/ja_minisite/css/template.css – line 22
body#bd {
background: none repeat scroll 0 0 #000000;
color: #000000;
font-size: 12px;}
[FONT=arial]This will change the deepest (the one farthest behind all others) background to BLACK…and thus showing you all the other backgrounds you’ll have to change in WHITE.[/FONT]
<em>@raffi3438 273476 wrote:</em><blockquote>
And how change the color of titles of articles?</blockquote>Again, it is in the SAME FILE!
…/templates/ja_minisite/css/template.css – line 72h1.componentheading, .componentheading, .contentheading {
color: #222222;
font-family: 'BebasNeueRegular',Arial,sans-serif;
font-size: 400%;
font-weight: normal;
line-height: 100%;}
If you are working with a K2 article…then it is in the K2.css file!
…/templates/ja_minisite/css/k2.css – line 72div.itemHeader h2.itemTitle {
color: #222222;
font-family: 'BebasNeueRegular',Arial,sans-serif;
font-size: 400%;
font-weight: normal;
line-height: 100%;
margin: 0 0 5px;}
If you will take the time to look through the CSS file, you’ll find all sorts of changes you can make.
Have fun.
John.October 6, 2011 at 2:59 pm #417300thank you very much
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by John Wesley Brett 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum