S sajal Active member Dec 11, 2019 #1 I am creating a new style and inherting it from default style. It seems that we're going to write a lot of custom CSS to alter the layout and overall styling. What's the best way to add "a lot of" custom CSS to the child style?
I am creating a new style and inherting it from default style. It seems that we're going to write a lot of custom CSS to alter the layout and overall styling. What's the best way to add "a lot of" custom CSS to the child style?
P Paul B XenForo moderator Staff member Dec 11, 2019 #2 Edit the less templates or use extra.less. However, it doesnt need to inherit from a default style as all parent styles inherit from the master, which is the same as the default.
Edit the less templates or use extra.less. However, it doesnt need to inherit from a default style as all parent styles inherit from the master, which is the same as the default.
S sajal Active member Dec 11, 2019 #5 Ah, thanks for pointing it out @kick, in fact even I didn't notice it, funny