-
AuthorPosts
-
xxxxmints Friend
xxxxmints
- Join date:
- February 2008
- Posts:
- 93
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 20
- Thanked:
- 3 times in 1 posts
April 14, 2013 at 6:28 am #186738Hello
How do I change the colour of ‘view our works’ and all the headers (introducing, our portfolio etc).
Mel
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 14, 2013 at 7:15 am #489802Hi
You can use the THEMEMAGIC inside your Template Manager to make changes
or make changes directly on css file
<blockquote>view our works</blockquote> goto /templates/ja_onepage/css/template.css around line 2326
.hero-unit .btn-primary {
background: none repeat scroll 0 0 #F7682C change the #F7682C with your new color
margin-bottom: 40px;
}In the same file at line 2330
.hero-unit .btn-primary:hover {
background: #e74b09 change the #e74b09 with your new color
color: #fff
text-shadow: none;
}<blockquote>all the headers (introducing, our portfolio etc</blockquote>
Same file template.css find the section relative portion of file settings
example : Section2 then you will have
.section2 {
background: #fff
color: #666
}
.section2 a {
color: #F7682C
}
.section2 a:hover,
.section2 a:focus,
.section2 a:active {
color: #e74b09
}
.section2 .section-title h2 {
color: #000 <-------------This is the part to be changed
}
.section2 .section-subtitle {
color: #999
}
.section2 h3 {
color: #000
}1 user says Thank You to pavit for this useful post
xxxxmints Friendxxxxmints
- Join date:
- February 2008
- Posts:
- 93
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 20
- Thanked:
- 3 times in 1 posts
April 14, 2013 at 8:20 am #489803Thank you, that’s great.
Mel
xxxxmints Friendxxxxmints
- Join date:
- February 2008
- Posts:
- 93
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 20
- Thanked:
- 3 times in 1 posts
April 14, 2013 at 8:42 am #489804Just tried it and it worked for the ‘view our works.
Tried to do it in both theme magic and css/themes/modern/template.css and it didn’t work for the section title. Is there somewhere else?
Mel
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 14, 2013 at 8:56 am #489805You need to check for every section in template.css and identify wich section title you want to change color
xxxxmints Friendxxxxmints
- Join date:
- February 2008
- Posts:
- 93
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 20
- Thanked:
- 3 times in 1 posts
April 14, 2013 at 10:51 am #489812I did it for 3 sections. Still no go.
xxxxmints Friendxxxxmints
- Join date:
- February 2008
- Posts:
- 93
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 20
- Thanked:
- 3 times in 1 posts
April 15, 2013 at 8:03 am #489889If it helps someone else, it didn’t work in theme magic, but I found it in the template.css file
.onepage .section-title h2 span {
background: #234464
display: inline-block;
padding: 10px 20px;
}I changed the background to the colour I needed.
Mel
1 user says Thank You to xxxxmints for this useful post
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by xxxxmints 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum