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.

Changing banner color of default theme / also general custom CSS question

edited May 2019 in Vanilla 2.0 - 2.8

Ok this is more of a question about 3.0 rc1

I'm trying to change the banner color, but I'm not able to. I copy the Keystone theme to another folder, change addon.json and keystonethemehooks.php so that vanilla doesn't throw an error. Create a custom.css file in Themes. And the custom css works, i'm just not pulling the right element

I've tried

 .Header {

 background-color:#a38dfd;

}


and

#Head {
    background:  #a38dfd;
}


to no avail.

What attribute do I change?


Also I can't re-edit the custom.css file and have vanilla recogniz the theme as changed. It will still use the first custom.css I write forever, unless I copy the whole theme over again. Am I supposed to clear a particular cache file if I want to change my custom.css ever?

Thanks!

Comments

Sign In or Register to comment.