Okay
  Public Ticket #2895764
Change font color for buttons
Closed

Comments

  •  2
    Luis started the conversation

    I got plenty of buttons for example add to cart that have white font text, would like to change to black, any css for this?

  •  8,860
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        color: #000 !important;
    }

    Thanks


    ThemeNectar Support Team