Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
What exactly do you need support with, knowing how to edit a CSS file or knowing how to use CSS?
Andrew,
Editing a CSS file, starting with a look at the structure of a file as a whole.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The only thing common across every single theme’s style.css file is the syntax of CSS. Everything else is up to how the author codes. That’s probably why there isn’t a Codex article on it
The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial
https://codex.wordpress.org/Child_Themes
http://op111.net/53/
http://vimeo.com/39023468
You should also check this out for customizing your site.
http://themesandco.com/snippet/firebug-best-spent-6-minutes/
http://getfirebug.com
Then to edit this editor is fantastic. You can edit multiple files at the same time.
http://notepad-plus-plus.org/
And this FTP program is tops in my book.
http://www.coreftp.com/
If you are trying to code HTML/CSS, it would probably be a good idea to get a good understanding of them.
There are lots of guides available, here is one for CSS:
http://www.htmldog.com/guides/css/beginner/
questar_admin,
Thank you, that was helpful.