• Hi All,

    We are using the Nosh restaurant theme from Theme Punch, and due to our site loading slow, we have installed the W3 Total Cache plugin. The plugin is doing its job and has “optimized” the CSS of the theme.

    The problem is that it turned the buttons from a medium gray to black. I have tried to edit/add to the CSS in styles.css in several places without any luck. We are using the WooCommerce plugins, but I don’t think that’s the issue, as the buttons are the same throughout the site.

    If you have any ideas on where to look, code to use, etc., that would be awesome. The site URL is:

    https://www.chefgorji.com/

    Thanks in advance,
    Greg

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

    Try to disable Total Cache plugin then add this code to your CSS

    a.btn {
    	background: grey !important;
    }

    then re-enable it.

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Nosh Restaurant Theme – How To Change Button Color’ is closed to new replies.