Home Forums Themes Support HelpDesk How to change input button text color

Viewing 2 reply threads
  • Author
    Posts
    • #17944

      Hi,

      Can you tell me which CSS element to style if I want to change the text color for the submit buttons for the site? For example, the Search button text.

      Note that I have used the customizer to choose the text color for the site and I just want to change the button text colors.

      Thanks

    • #17945

      I was able to figure this out. I added the following to the custom css;

      input[type=submit] {color: #FFF;}

    • #17951

      Hi Ryan,

      Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      input[type="submit"], button, a.button { color: #fff !important;}

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 2 reply threads

You must be logged in to reply to this topic.