Archived topic
change h2 color with css
8 replies · Started by jmpefe78gmail-com on December 10, 2019
Hi, I try to change the color of the post's h2 with css and it doesn't.
You can see it in any blog article like this.
https://tuwebdecero.com/crear-canal-de-youtube-y-subir-videos/
Thank you
Hi there,
That's because the element has inline style:
https://www.screencast.com/t/Ny6uYZpw
Could you tell me the css code to use?
I really want him to take the color of the default h2 in Generate press again and disappear into manually inserted in the WordPress editor
You will need to remove the inline HTML style I pointed above.
Then it will take the option from the customizer.
but I can't find it in the Style.css. Is it somewhere else? I don't know how to eliminate it
It would be in the actual editor in the edit page/post screen.
Something like this might help:
https://wpbuffs.com/edit-source-code-in-wordpress/
But I can't eliminate the code in each post. It's over 100. Can't you delete that code for the whole site?
Inline style can only be deleted manually as far as I understand unfortunately.
The theme itself doesn't control this.