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
Was this article helpful?
4.5 out Of 5 Stars

1 rating

5 Stars 0%
4 Stars 100%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.