AI Verified

Name

Hide up and down arrows woocommerce quantity field

About

Hides up and down arrows woocommerce quantity field

Language

PHP

Rating

Voted: 0 by 0 user(s)

Codevault

Gertie-Visser

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

11/07/2024

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Hide up and down arrows woocommerce quantity field

 
                    
1add_action( 'woocommerce_before_single_product', 'remove_input_number_arrows' );
2 
3function remove_input_number_arrows() {
4 ?>
5 <style type="text/css">
6 /* Chrome, Safari, Edge, Opera */
7 input::-webkit-outer-spin-button,
8 input::-webkit-inner-spin-button {
9 -webkit-appearance: none;
10 margin: 0;
11 }
12 /* Firefox */
13 input[type=number] {
14 -moz-appearance: textfield;
15 }
16 </style>
17 <?php
18}

0

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

0

Clear navigation classes

Added: 1 year ago

Last Updated: 1 year ago

Remove classes and ids from li in navigation

General

AI Verified

0

Access to Gravity Forms

Added: 11 months ago

Last Updated: 3 months ago

<p>This code snippet allows specific WordPress roles to have full access to Gravity Forms within the admin dashboard. By default, this snippet grants this access to the Editor role.</p> <p>If you want...

General

AI Verified

0

Allow smilies

Added: 9 months ago

Last Updated: 9 months ago

Allows smiley conversion in obscure places. This is a sample snippet. Feel free to use it, edit it, or remove it.

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WooCommerce

AI Verified

0

Change tekst add to cart woocommerce to Offerte

Added: 2 months ago

Last Updated: 2 months ago

Changes tekst "add to cart" woocommerce to "Offerte".

General

AI Verified

0

Change tekst add to cart woocommerce to Offerte

Added: 2 months ago

Last Updated: 2 months ago

Changes tekst "add to cart" woocommerce to "Offerte".

General

AI Verified

0

Change view cart tekst to offerte aanvragen.

Added: 2 months ago

Last Updated: 2 months ago

Changes view cart tekst to offerte aanvragen.