Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

How can I add background and text color on category titles on view all category page?

ProsperProsper ✭✭
edited November 2014 in Vanilla 2.0 - 2.8

How can I add background and text color on category titles on view all category page as shown on screenshot below?

Best Answer

Answers

  • Options
    peregrineperegrine MVP
    edited November 2014
    div#CategoryGroup-tec.CategoryGroup h2.H {
    background-color: red;
    color: blue;
    }
    

    or if that doesn't work something like this

    body#vanilla_categories_index div#CategoryGroup-tec.CategoryGroup h2.H {
        background-color: #a65344;
        color: #bcd777;
    }
    

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    ProsperProsper ✭✭
    edited November 2014

    @peregrine - thank you for your response but I will like to add background to ALL the category titles/headings and not only just one.

  • Options

    @peregrine. Thank you for the fish.

  • Options
    peregrineperegrine MVP
    edited November 2014

    @Prosper said:
    peregrine. Thank you for the fish.

    I try to take extra care to feed the people who fed me :wink:

    and I tossed in a fishing rod as well...

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.