Different color category backgrounds?

  • Is it possible to have a different colors for different category backgrounds? If it is, how is it done?

  • @PJK I was think about this, I found out that all the catergory backgrounds have the same element which is .tabularBox . I was thinking though if you could add the category ID number to that you might be able to change the colors to them each one.

  • I was thinking though if you could add the category ID number to that you might be able to change the colors to them each one.

    I had the same thought but I wouldn't know how to combine .tabularBox with the ID number to get it to work.

  • I tried a couple different things and I can't figure it out either, hopefully somebody can chime and with some suggestions.

  • Tom from cls-design was kind enough to let me share this here:


    You just need to change the category number and background color to suit your needs, it works!

    CSS
    li[data-board-id="7"] {
    background-color: #000;
    }

    Example:



    :)

    Edited 2 times, last by LogixX ().

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!