For the Header Slider> Title and Subtitle that goes with the slides, I would like to increase the size of the Subtitle text?
Hello there,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.text-slider .subtitle {
font-size: 24px;
}
Regards,
Kharis
Hi I have used your code successfully to adjust the size of the subtitle. Now I would like to adjust the size of the title, using this code and changing the word subtitle to title doesn’t work, is it something different?
Hi,
Thank you for chimming in.
Try this code for the slide’s main title font size.
.text-slider .maintitle {
font-size: 24px;
}
Regards,
Kharis
aThemes Support
thank you for your help, this all works
1 Like
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
aThemes Support