[Resolved] Edit Button Colors (Template – Hand On)

Home Forums Support [Resolved] Edit Button Colors (Template – Hand On)

Home Forums Support Edit Button Colors (Template – Hand On)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1115385
    Josh

    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

    #1115409
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1115428
    Josh

    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.

    #1115513
    Leo
    Staff
    Customer Support

    Removing that CSS shouldn’t caused that error.

    Can you try saving it again?

    Make sure to remove exactly what I specified above.

    #1118264
    Josh

    Ah, I was trying to edit the specific “background color” section. Removing the entire code snippet worked. Thank you Leo!

    #1118655
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.