Add color in WordPress color palette?

Alf85

Elite Member
Joined
Sep 7, 2021
Messages
2,532
Reaction score
878
Hi, I don't know how to say it but I usually change the color of my H2,H3, etc and before I had it fixed just by clicking on the color. After an update I had to start setting the color code and it is a slow and tedious process.



Any way to add that color to the defaults?
 
you can modify the CSS of your website or template.Adding the color code to the relevant CSS rule allows you to set it as the default color for your headings.

let me know which platform or software you are using?
 
You can create a child theme for your WordPress site. In the child theme's CSS file, you can override the default styling of the headings by specifying the desired colour codes.
 
Wordpress with Generatepress Premium.
 
Back
Top