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.
Questions about header in default theme
bposner
New
As I mentioned in other posts, I am new to this platform but have used forum software for decades. I'm trying to base things off the default theme as some of the themes available weren't working as I wanted. I'm trying to use a picture on the top banner area. But because I am using it as a logo, it is not stationary. see site, www.santacruzmountainscommunity.com (yeah I know I'll get a shorter name to point to it eventually) . So my question is where would I link so I can have a banner across the top and keep it stationary?
Thanks!
Bill
0
Comments
This will adjust the image change the numbers as you see fit.
Note even if you use the default you should create a custom.css file in there too and do your editing there
also you can affect how backgrounds act by adding
background-attachment:fixed;
background-origin:padding-box;
background-origin:border-box
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Rather than using the default folder, you should copy it and rename it to a theme name of your choice.
http://vanillawiki.homebrewforums.net/index.php/Themes
That way, after an upgrade, you won't lose your changes.
Thanks for your responses!