I have been tinkering with the CSS for this theme.
If I add a line of CSS and click changes, the screen refreshes, reducues the window back down again, and there are a lot more clicks to gte back to where I was.
Is there a better way?
I have been tinkering with the CSS for this theme.
If I add a line of CSS and click changes, the screen refreshes, reducues the window back down again, and there are a lot more clicks to gte back to where I was.
Is there a better way?
If you're doing a lot of CSS changes you may want to add your CSS via a child theme. It's very easy. Alternatively you could create a CSS plugin.
What I do is use Google Chrome's developer tools (⇧⌘C on OSX, Control-Shift-C on PC). From there you can tweak the pages' CSS instantly without refreshing. Then just copy and paste your code once your done!
This topic has been closed to new replies.