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.

change text colour

edited February 2012 in Vanilla 2.0 - 2.8

how do i change the colour of the text?

Answers

  • 422422 Developer MVP

    a {color:#ec008c;} in custom.css

    There was an error rendering this rich post.

  • i cant find the custom.css

  • @matti100 Create a file called custom.css in the design folder of the theme you are using. Then add what @422 said to that file.

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP
    edited February 2012

    @Stewartiee @matti100

    That would change the colour for all of the Vanilla pages.

    If you just want to change the kpoll element I think you need to add that in the kPoll.css file in kPoll/design folder.

  • @whu606 I can't really comment seeing as I don't know the structure of how the KPoll element is laid out HTML wise. Just get the wrapping divs on it, then style it in the custom.css to avoid overwriting the core file.

    So it'd be something like:
    #kpoll a { color:#ec008c; }

  • 422422 Developer MVP

    If you post a link to your forum, where we can see a poll. We can be of more assistance

    There was an error rendering this rich post.

  • done it it was in themes/design/style.css and now its on #ffffff
    Thanks for all your help
    }
    ul.PanelActivity li {
    background: #444444;
    border-bottom: 1px solid #555555;
    padding: 2px 4px;
    color: #ffffff;
    }

  • 422422 Developer MVP

    I would recommend renaming that file to custom.css

    There was an error rendering this rich post.

  • all done and working

Sign In or Register to comment.