Search Divi Plus Documentation

Search for answers or browse our knowledge base.

All Topics
Print

Currency symbol after price in DP WooCommerce Products module

To place the currency symbol right after price go to the WordPress Dashboard >> Divi >> Theme Option >> Custom CSS area and use the following CSS snippet.

.dipl_single_woo_product_price .woocommerce-Price-amount bdi 
{
display: inline-flex;
flex-direction: row-reverse;
}
Table of Contents