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 button not displaying properly.
After doing a CSS customization of the default vanilla theme, the options button was working fine. After some time, I noticed that it was not being formatted properly and all the option links which had been hidden prior to clicking, are now fully displayed.
See the image below:
Any help will be appreciated.
Tagged:
0
Best Answer
-
Todd Vanilla Staff
If you made your theme by copying style.css and changing in then you really are in for some headaches unless you are a css expert.
We always recommend you leave style.css intact and then create a custom.css in your theme. Our theming quickstart shows the process.
0
Answers
not as easy as showing a picture. Especially if you have fiddled with the css.
This is standard options css
There was an error rendering this rich post.
I did not change any structural elements in the CSS.
I only changed the colours of the theme.
Upon investigation, I discovered that there was no .OptionsMenu in my style.css. I concluded that it was because my theme was based on a 2.0.17 vanilla. I then removed the part that made the options button work and pasted the corresponding code from applications/dashboard/design/style.css (same as the CSS code above). I still have the same problem.
If you made your theme by copying style.css and changing in then you really are in for some headaches unless you are a css expert.
We always recommend you leave style.css intact and then create a custom.css in your theme. Our theming quickstart shows the process.
OK. Thanks. I'll do a custom.css in my theme.