hello there.
I want to display only lowest price on each products in woocommerce.
please let me know css that I could change.
thanks again.
Hey ngavy,
Perhaps this plugin would work better than css: Show only lowest prices in WooCommerce variable products
Best regards,
Mike
thanks mike.
but I need to edit some.
i did what you said. but. it appears ” from : 10000$”
but i need to take out “from :” and “$”
it that possible.?
regards
seongjin
Hi,
I took a look at the plugin on my localhost and found that you can remove the “From” easily from lines 24,28,58 in the WordPress > Plugins > Editor:
sprintf( __( 'From: %1$s', 'show-only-lowest-prices-in-woocommerce-variable-products' ), $from );
just remove the “From” and be sure to leave the %1$s in place (don’t remove the “$from”)
If you don’t want to show the currency symbol, try using this css in your Quick CSS:
span.woocommerce-Price-currencySymbol {display: none !important;}
Best regards,
Mike
i did. it worked. thanks. Mike!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike