Hi @optingoutofnormal,
The last one (social media icon color change) isn’t working.
The CSS @darnelldibbles provided works on my end but a closing bracket is missing from the example above. This could prevent the CSS from working correctly so please try copying and pasting the following code:
.jetpack-social-navigation ul li {
background: #1c1a19;
}
Does that make a difference?
There are 2 errors which must be fixed before you can save.
What are the two errors you are seeing?
Also … is there a way to find out where ALL the CSS codes live? Like changing the color of the text, or other things?
All theme CSS is listed in the style.css
file — any additional CSS added by you is also compiled there.
You can find a list of all CSS in that file but I don’t recommend editing it directly. It’s better to add your changes from Appearance > Customise > Additional CSS (to ensure they don’t get overwritten during future updates etc).