Hi guys,
How can I change the size of it?
Kind Regards,
Chapdes
Hi chapdes!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av_dropcap2 { font-size: 24px; }
Regards,
Yigit
Hi Yigit,
The code does increase the size of the font, but not the size of the background coloured circle.
How can I increase the size of the circle?
Danke!
Hi!
Please use this:
.av_dropcap2 {
display: block;
float: left;
font-size: 18px;
line-height: 50px;
width: 50px;
text-align: center;
margin: 4px 8px 0 0;
border-radius: 100px;
font-weight: bold;
}
Regards,
Ismael
It works super!!
Thanks guys for your quick support!