Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tyfairclough Friend
    #186446

    Does 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 Moderator
    #488926

    I’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 Friend
    #489223

    I’m having the same issue.

    all the category titles are black

    in your demo


    1. Screenshot_3
    2. Screenshot_4
    Ninja Lead Moderator
    #489313

    You 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. class_suffix_module
Viewing 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 ago.

We moved to new unified forum. Please post all new support queries in our New Forum