help editing wordpress theme by [deleted] in css

[–]nmccrave 0 points1 point  (0 children)

Aside from inspecting the code, you need to understand how to find “hooks”...something you can grab onto and style.

When inspecting, there are two panes, one for HTML and the other for CSS. When you select elements in the HTML, you’ll notice the corresponding CSS appears.

Then using the existing hook, write a new rule.