Search Divi Plus Documentation

Search for answers or browse our knowledge base.

All Topics
Print

Currency symbol after the price in DP Price List module

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

.dipl_price_list_item_price_wrap {
display: inline-flex;
flex-wrap: wrap;
flex-direction: row-reverse;
}

Output:

divi-price-list
Table of Contents