-
AuthorPosts
-
Leon Cuzzilla Friend
Leon Cuzzilla
- Join date:
- September 2014
- Posts:
- 156
- Downloads:
- 4
- Uploads:
- 35
- Thanks:
- 44
- Thanked:
- 5 times in 1 posts
April 10, 2014 at 9:46 pm #196647How do I change the body font colour to black in the active article with the white background and white in all other articles with the black background. If I change
.view-featured .article-intro, .blog-featured .article-intro, .blog .article-intro {color: #000000} all article fonts change to black.
I thought I could just change active article to black here eg
.item.active article .view-item {color: #000000} but this doesn’t work either.
Can you tell me which bit of css would do this please.
Many thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 10, 2014 at 9:49 pm #530439So that we can try to best assist you, please provide the url of the site you’re working on,
as well as temporarily set “Optimize CSS” to “No/Off” within your Template Manager–General settings1 user says Thank You to TomC for this useful post
Leon Cuzzilla FriendLeon Cuzzilla
- Join date:
- September 2014
- Posts:
- 156
- Downloads:
- 4
- Uploads:
- 35
- Thanks:
- 44
- Thanked:
- 5 times in 1 posts
April 11, 2014 at 9:27 am #530527chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 11, 2014 at 10:16 am #530537Go to this File: /templates/ja_smashboard/css/template.css
Replace this code
body { background: #fff url("../images/body-bg.jpg") repeat; background-size: cover; background-attachment: fixed; color: #666 font-family: 'Open Sans', arial, sans-serif; line-height: 1.5; margin: 0; height: 100%; }with
body { background: #fff url("../images/body-bg.jpg") repeat; background-size: cover; background-attachment: fixed; color: #000 font-family: 'Open Sans', arial, sans-serif; line-height: 1.5; margin: 0; height: 100%; }1 user says Thank You to chavan for this useful post
Leon Cuzzilla FriendLeon Cuzzilla
- Join date:
- September 2014
- Posts:
- 156
- Downloads:
- 4
- Uploads:
- 35
- Thanks:
- 44
- Thanked:
- 5 times in 1 posts
April 13, 2014 at 7:54 pm #530725That changes the active article but not the articles to the right as the background is dark you can’t see the writing. Is there any way to make these articles have white writing.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
April 15, 2014 at 9:21 am #530941@ imatilda,
Please create a new file called “custom.css” in the /templates/your_template_name/css/ path, then add this rule:
.item article {
background: #FFFFFF;
}
.item article:hover {
background: #FFFFFF;
}
.blog-featured .article-intro, .view-featured .article-intro, .blog .article-intro {
height: 11em;
}* You can change the color in red as you wish.
Also, you can refer to this tip to use the class suffix for customisation. Then add CSS style for such suffix via the /templates/your_template_name/css/custom.css file.
Hope this helps.
2 users say Thank You to Nazario A for this useful post
Leon Cuzzilla FriendLeon Cuzzilla
- Join date:
- September 2014
- Posts:
- 156
- Downloads:
- 4
- Uploads:
- 35
- Thanks:
- 44
- Thanked:
- 5 times in 1 posts
April 20, 2014 at 9:40 pm #531668Thanks I’ll make these customisations.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 4 voices, and was last updated by Leon Cuzzilla 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Font colour
Viewing 7 posts - 1 through 7 (of 7 total)