[ad_1]
Hi, I’ve come by a problem I struggle to resolve. I’m trying to edit simple <h1> element with class=”nadpis” given to it and when I add custom CSS to the live editor it behaves normally (eg. changes color) but when I add custom CSS to my themes style.css folder it does nothing. Any idea what I’m doing wrong?
[ad_2]
Are you using a child theme or how is “your” theme different than what you are editing?
Theme changes need to be done in a child theme, otherwise you’ll lose your changes when the theme updates. Alternatively, use the custom CSS section inside WP – Appearance > Customize > Additional CSS.
Show us the CSS rule you wrote.