Archived topic
Edit Button Colors (Template - Hand On)
5 replies · Started by Josh on December 27, 2019
Hello,
I've updated the color for the buttons on the Hand On generatepress template. For some of the buttons the change has made (blue color) but for others it's stayed the same (yellow color). How do I change all of them?
Here's a screenshot of what I'm talking about - https://ibb.co/HgkNGL3
Here's the site - https://joshymay.com/
Thank you,
Josh
Hi there,
The yellow is actually set by the CSS in additional CSS field in the customizer:
/* Drop down styling */
body select {
display: block;
width: 100%;
height: auto !important;
border: none;
background-color: #f1ad0f;
color: #000;
font-weight: 300;
}
Let me know if this helps :)
Looks like that worked! But I'm getting this error when I try to save... Can you help?
Here's what the error message says - https://ibb.co/cTvmQMR.
Removing that CSS shouldn't caused that error.
Can you try saving it again?
Make sure to remove exactly what I specified above.
Ah, I was trying to edit the specific "background color" section. Removing the entire code snippet worked. Thank you Leo!
No problem :)