Theme and CSS #1940
Answered
by
candidexmedia
treelistener
asked this question in
Help
Theme and CSS
#1940
-
Hi |
Beta Was this translation helpful? Give feedback.
Answered by
candidexmedia
Jan 7, 2025
Replies: 1 comment 4 replies
-
Are you asking:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @treelistener :
There are a number of ways of finding this out, and some of it became a bit more complex over the last few releases.
Basically: I would start by consulting the
main.css
stylesheet to get a good sense of the CSS rules which impact your site's theme. You can find it by going to your sites folder > site-name > themes > theme-name > input > assets > css > main.cssOpen that file in the text editor of your choice (ex: VS Codium)
You should be able to make changes there directly (or use theme overrides to be safe). To view those changes, save the file, and preview the site from the Publii GUI.
If you'd like to preview changes in real-time and see how different CSS rules affec…