0
X
Add Snippet To Project
New Project
Add To Existing Project
<?php
.wpturbo-product-fields label {
display: block;
margin-bottom: 10px;
font-weight: bold;
}
.wpturbo-product-fields input[type="number"] {
width: 100px;
margin-bottom: 10px;
}
This CSS code is a basic example that styles the labels and input fields for the x and y values in the product page.
Now, when you enqueue the stylesheet in your 'wp-plugin.php' file, it will be loaded and applied to the product page.
Let me know if you need any further assistance!
