add-to cart Button color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #55296
    bruno
    Participant


      hy Olly I want to change the color of add to cart (see Photo), I tried to insert this css string in the custom css of thema .wppizza-cart-button > a > input {background-color: #c71c0c;}
      but it doesn’t work, what can I do?
      thank you

      #55305
      Olly
      Admin & Mod

        please use your browsers element inspector to identify classes of elements . your css is trying to target something that does not exist

        #55320
        bruno
        Participant

          hi olly
          the browser element inspector tells me this but now I don’t know how to use it.

          <input id=”wppizza-diy-to-cart-10″ class=”btn btn-primary wppizza-diy-to-cart” type=”button” value=”In den warenkorb”>

          ok I solved it like this: .wppizza-diy-to-cart{color: #c71c0c;}

          #55321
          Olly
          Admin & Mod

            Glad to hear you got it solved

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘add-to cart Button color’ is closed to new replies.