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.
CSS help
Koel
New
Hello Everyone, i have very limited knowledge in coding and CSS. Can anyone please advise How to change the background colour of thread which belong to particular category. So in recent discussion different category thread will have different colour.
In vanilla 2.1b2 there is a option of Custom CSS. Can anyone explain, How to use that option?
Thanks for your assistance,
Tagged:
0
Comments
In the category settings, there is an input field for a custom css class name (e.g. exampleclass) when you edit a category. Read here about css classes: http://www.w3schools.com/css/css_id_class.asp
After that, create your own theme as it is described here: http://vanillawiki.homebrewforums.net/index.php/A_Quick-Start_Guide_to_Creating_Themes
Put something like .exampleclass {background-color: green} in your custom.css of your own theme. Read here for css backgrounds: http://www.w3schools.com/css/css_background.asp
Appreciate your quick response and help, i'll go through these tutorials
I am trying to put .DataTable {background-color:#b0c4de;} in category section in Custom CSS
but nothing is changing. i may be doing something wrong. could you please correct me