Add custom class to a tags [closed]
As s_ha_dum said, Widgets are not meant to be used like this. If you want to change the behavior of all your h3 tags inside your posts, WordPress has already article with “post” or “type-post” classes so you should modify your css like this : .post h3 { *** } If you want your change … Read more