alternadiv
Well-known member
I’ve been messing around with creating heavily modified styles on my test board just to practice learning HTML/CSS.
I have a few questions for those that make styles often.
I have a few questions for those that make styles often.
- If you are creating a fully custom style and not just changing basic properties, is it worth it to add CSS in the extra CSS boxes of the style properties pages? Or is it easier to manage if you don’t add anything there and put all CSS in your CSS templates?
- I’m assuming extra.less is usually not used for much when creating a fully custom style. So, is it more common to create new CSS and HTML templates for your style so everything is easier to manage, or do you edit the default XF templates and then deal with outdated templates in the future?
- If creating new CSS and HTML templates, I believe you would call your custom CSS template at the very top of the main default XF CSS template, yes? But how do you do the same for a custom HTML template? A lot of edits would be to PAGE_CONTAINER; how can you make those edits in your own template and have PAGE_CONTAINER apply them?
- What tools does turning on design mode give you?