Having trouble customizing using css
-
Hi – I like the theme so far, but I’m having a lot of trouble customizing some css – it seems that no matter what I try, I can’t find the correct item to edit.
For example, I’m trying to make the hover background color of a button different than the default blue.
I know I can change the Style -> color values, but I’d prefer to be able to make custom colors or simply edit they style.css file. However, I can’t find where the correct hover color is.
I believe it’s this block:
input[type="button"]:hover,
input[type="submit"]:hover,
.wp-block-search__button:hover {
background-color: var(--wp--preset--color--quaternary);
color: var(--wp--preset--color--white);
}but my changes never show in the Editor, or when I refresh my page(s).
Can you help me here?
You must be logged in to reply to this topic.
