Font size – Wedding Card Caption/Date
- The topic ‘Font size – Wedding Card Caption/Date’ is closed to new replies.
Need help? Check out our Support site, then
How do I control Font size for Wedding Card Caption and Wedding Card Date of the Static page.
I am able to change the other font sizes but can’t see how I can change the two mentioned above.
Help is appreciated.
The blog I need help with is: (visible only to logged in users)
Hi,
You can use the following css code snippet to adjust the font sizes of wedding card date and caption.
/* Wedding Card Caption/Date Font Size */
.wedding-card-wrapper .wedding-card-caption {
font-size: 46px;
font-size: 4.6rem;
}
.wedding-card-wrapper .wedding-card-date {
font-size: 22px;
font-size: 2.2rem;
}
Thanks
Can I add the css code snippet in my Free plan or do I need to update my plan to be able to add the CSS code?
If I can add this code in my Free plan – How do I do it?
Can’t find anywhere I can add the CSS code :-(
Hi,
do I need to update my plan to be able to add the CSS code?
You need to upgrade your plan. So, you will be able to use CSS code.
Thanks