Editing a WordPress theme’s CSS using Firebug (Video)
Learn how to make changes to your WordPress theme CSS using Firebug, a free Firefox browser add-on.
This video is an intro to Firebug, it is to help beginners make changes to WordPress themes.
Click the monitor icon for fullscreen
Firebug – http://getfirebug.com/
More videos, including working with child themes – https://www.presscoders.com/hd-wordpress-tutorials/
CSS Tips
Proper formatting:
.class-selector { color: #333333; }
#id-selector { background: #FFFFFF; }
Great video! I have been trying to figure out how to change those elements my theme didn’t let me do. You rock!
What if I wanted to delete a subtitle, how would I go about changing the ccs file?