This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
On https://www.8theme.com/demo/xstore/mobile/ this demo,
how did you make the price block which appears under the payment plans?
What element do I need to use on visual composer to make a payment plan like that?
Hello,
Thanks for the topic.
Please see screenshots from our demo: http://prntscr.com/hkosly http://prntscr.com/hkou52 http://prntscr.com/hkossb
<p class="price--product">$0<span class="price-span">/mo</span></p>
and this custom css code we use in Theme Options > Styling > Custom css:
.price-span{
font-size:21px;
}
.price--product{
font-size:41px;
font-weight:700;
padding-top:10px;
width: 40%;
margin: 0 auto;
}
Feel free to ask if you have any other questions.
Regards
You must be logged in to reply to this topic.Log in/Sign up