• I am trying to change the button colors on the header on this theme. I believe by default they say “Learn More” and “Sign Up” (i’ve added my own text since then)…. I thought I had the right CSS code to change the color but when I input it, nothing happens. Can someone share the correct code so that I can see if I’m using the right one in the first place?

    website is: Girls Inc. Fort Smith
    the buttons I’m trying to change the color to are the “Sign Up” and “About Us” buttons on the header below the logo. would also like to change the color for when it hovers over.

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi GIFS,

    Check out line 560 of your child theme style sheet. Change the background color for these selectors to whatever color you would like:

    .purchase_toggle_buttons .purchase_toggle_button.left,
    .purchase_toggle_buttons .purchase_toggle_button.right

    For the hover color, look at line 573 of your child theme style sheet and change the background color for these selectors to whatever color you would like:

    .purchase_toggle_buttons .purchase_toggle_button.left:hover,
    .purchase_toggle_buttons .purchase_toggle_button.right:hover

    Hope this helps!

    Christi

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Button Color in Header’ is closed to new replies.