Hi,
I have placed a content slider on our home page.I was wondering if it is possible to change the size of the heading in the slider. As of now, it does not give any option to choose the size. I want to make the size text smaller than what it currently appears.
Thanks
Hey Kamakshi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
/* Content slider heading */
.avia-content-slider-element-container .new-special-heading h3{
color:#9f9fa3;
font-family: 'Dancing Script', cursive;
font-size: 42px;
}
If you need further info to customize this element please check content slider documentation.
Best regards,
Vinay
Great, many thanks for your help :)
Hi Kamakshi,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria