Home Forums Themes Support Claue How to change the shape of the buttons?

Viewing 7 reply threads
  • Author
    Posts
    • #9460

      Hello, I’d like to make the shape of the buttons instead of the default square with rounded corners like Apple’s buttons, how can I do this?

      Thank you!

    • #9464

      Hi,

      You can add custom css in Claue > Theme Option > General Layout > Custom CSS

      input[type=”submit”], button, a.button, .jas-ajax-load a {
      border-radius: 4px;
      }

      Best regards

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

    • #9487

      Hi Harry, I tried that and it didn’t work there was no change in the shape of the buttons 🙁

    • #9494

      Did you try clear cache. I don’t see the code run on your site.

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

    • #9495

      Hi Harry, yeah I cleared the cache but I added it to where you guys added all my code to under that plugin ACAide under Themes and Child Themes.

      Should I move it?

    • #9500

      Sorry the ” in this editor changed so the code become incorrect.

      Please use below code

      input[type="submit"], button, a.button, .jas-ajax-load a {
      border-radius: 4px;
      }

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

    • #9502

      Hi Harry, I just changed it and it’s still nothing where should I add it? The CSS plugin you guys installed on the CSS box int Claue settings?

    • #9503

      Hi,

      You add these code in Claue > Theme Option > General Layout > Custom CSS

      input[type="submit"], button, a.button, .jas-ajax-load a, .br__40 {
      border-radius: 4px;
      }

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

Viewing 7 reply threads

You must be logged in to reply to this topic.