Hey there, I want to slightly modify the blockquote styling. I am adding this to my child theme’s style.css, but the results do not show on the front end. What am I doing wrong? Thanks for the help.
blockquote {
padding: 1em;
font-family: inherit;
font-size: 110%;
font-style: italic;
padding-bottom: 5px;
}
Should add - I made sure to clear out all cache and browser cache.