This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Olga Barlow
hi. how do you put the $ sign on the homepage. I don’t understand.
Hello,
Go to Pages > edit front page > edit WPBakery custom CSS http://prntscr.com/ss8tb6 > find below code and change the currency symbol
.corpo-price-block h3:before {
content: "$";
font-size: 36px;
vertical-align: top;
font-weight: 500;
position: relative;
top: 5px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up