Changing Font Size for post title on Slider Images
The topic ‘Changing Font Size for post title on Slider Images’ is closed to new replies.
Need help? Check out our Support site, then
Hello, me again :)
My previous question was closed, so I will respond to your comment about Custom CSS being available in the free plan – I don’t think so. I am using the Premium Plan for this site ultraalaska.com, and I have a Business Plan on another site I am thinking about changing to one of your themes.
I would like to reduce the size of the Font in the Slider Images – I have searched the forum, but a little unsure about how to designate just this font size.
Again, thanks for your help.
ultraalaska.com
The blog I need help with is: ultraalaska.com
And, while we are talking font sizes – is there a way to make the font size for the Title of the full post the same as the title font-size of the excerpt.
I am now using Chronicle on my other site
sdehayes.com
Thanks!
I answered my second question by reading through the forum. To change font size for the full posts, I used this custom CSS :
.main article h1.title {
font-size:1.6em;
}
It worked a treat !
Glad you got one of the sizes sorted out! :)
For the slider you can change the post title size with this convoluted selector:
.wf-active .primary-content .primary-wrapper .item .image-meta h2 {
font-size: 100%;
}
Thanks – Ben
Thanks so much.
Things are working well, and I am now also using Chronicle on our family blog – hadn’t changed the theme in 10 years!
The topic ‘Changing Font Size for post title on Slider Images’ is closed to new replies.