-
AuthorPosts
-
tyfairclough Friend
tyfairclough
- Join date:
- December 2012
- Posts:
- 51
- Downloads:
- 120
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
April 4, 2013 at 5:44 pm #186446Does anyone know how I can get the category names in the front end to change colours like in the demo. Currently mine are all black.
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 5, 2013 at 8:58 am #488926I’m afraid I’m not quite getting what you are mentioning above. It would be awesome if you can possibly include a screenshot and description on that particular screenshot on what you would like to do. Otherwise, it’s like solving a puzzle without clue.
tyfairclough Friendtyfairclough
- Join date:
- December 2012
- Posts:
- 51
- Downloads:
- 120
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
April 8, 2013 at 4:20 pm #489223I’m having the same issue.
all the category titles are black
in your demo
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 9, 2013 at 9:57 am #489313You need to add css style appear with menu item
and you can see it on css file
Open templates/ja_fubix/css/template.css file
.category-name.premier-league,
.category-name.premier-league > a {
background-color: #1ba1e2 !important;
}
.category-name.europa-league,
.category-name.europa-league > a {
background-color: #9e8b0b !important;
}
.category-name.champions-league,
.category-name.champions-league > a {
background-color: #3b5998 !important;
}
.category-name.la-liga,
.category-name.la-liga > a {
background-color: #88b828 !important;
}
.category-name.bundesliga,
.category-name.bundesliga > a {
background-color: #fb5a29 !important;
}
.category-name.serie-a,
.category-name.serie-a > a {
background-color: #d21f45 !important;
}
-
1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum