-
AuthorPosts
-
30402sw Friend
30402sw
- Join date:
- July 2011
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
July 26, 2011 at 12:28 pm #166722Does anyone know how I can change the colour of the font of the articles that appear in the content slider (testimonials) module that appears on the front page?
I have changed the colour of the font in each article that appears in the slider but this makes no difference. There also appears to be no ability to change the font colour in the module backend parms. Thanks.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
July 26, 2011 at 12:58 pm #403118Which colour variation are you using?
Let’s assume it is the default you look for the following css in templates>ja_ores>css>template.css around line 35
a {
color: #FDA40A;
text-decoration: none;}
For the header link and
body#bd {
background: none repeat scroll 0 0 #151515;
color: #969696;}
For the main text but that will affect everything on the whole site.
If you are using a different variation of the colour then you will have to look in the folder pertaining to that stye for instance the light blue would be in templates>ja_ores>css>colors>light-blue.css
30402sw Friend30402sw
- Join date:
- July 2011
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
July 26, 2011 at 1:36 pm #403120Yes the change in template.css did work for changing the colour of the font in the testimonials but it also changed the colour in modules USER 1 – 4 as you can see in the attachment. I just want to change the font colour in the testimonials. I did look in the css file for style dark-grey which I’m using but I couldn’t see which parm to change. Firebug was also not helping me to pinpoint the correct parameter either.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
July 26, 2011 at 2:39 pm #403131It will not as the module uses the same colours for the entire template. We need to add a custom class for you. First go into the module manager and add fontcolor to the list of items in the module class suffix box (so it would now read “_havecolor fontcolor blockquoteslide” instead of “_havecolor blockquoteslide”) then add the css below to the end of template.css
.fontcolor a {
color:red;
}body#bd .fontcolor {
color: red;}
Obviously, you can change the colour “red” to whatever colour code you require.
1 user says Thank You to Phill for this useful post
30402sw Friend30402sw
- Join date:
- July 2011
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
July 27, 2011 at 10:18 am #403296Fantastic Phil well done! Worked perfectly Thanks
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by 30402sw 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Cant change colour of font in content slider in ores
Viewing 5 posts - 1 through 5 (of 5 total)