Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Follow stage 1 & stage 2 of this tutorial: http://wordpress.org/support/topic/put-test-inside-images-on-home-page
Then add this CSS to your Child Theme style.css file:
.blog .hentry span.hometitle {
display: none;
}
.blog .hentry a:focus span.hometitle,
.blog .hentry a:hover span.hometitle {display: block;}
Thanks Andrew – I’ll try this. Will the text default to a certain colour?
Also, if I did input this bit
‘.blog .hentry span.hometitle {
display: none;
}
.blog .hentry a:focus span.hometitle,
.blog .hentry a:hover span.hometitle {display: block;}’
would it mean the text displayed all the time?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The text will turn to the colour of ‘#111111‘ (dark grey).
The text will not be displayed all the time if you put that bit in.
Sorry I meant if I left that bit out and just followed stages 1 and 2, would the text display all of the time?
Thanks
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Yes if you just followed stages 1 & 2 you would see the text all of the time.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You can see a preview of the text colour here http://snag.gy/Ls9V7.jpg
Thanks, is it easy to change the text colour and font if you want to?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Which font do you want to change it to?
The colour is easy.
Not 100% sure on the font yet but would want the flexibility to change it and just wondered how easy it would be to do before deciding to do it.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Ah – so because the current font ‘Baskerville’ isn’t included on the list does that mean it won’t work on all browsers?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The Baskerville font has been embedded into the page using Google Fonts, http://www.google.com/fonts , so it works on all browsers.
Try this plugin http://wordpress.org/plugins/wp-google-fonts/
Ah thanks so if I installed this plug in, I would have more flexibility over fonts I used n the circles?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Yes, but it’ll require some CSS to be written in its “Custom CSS” section: http://wordpress.org/plugins/wp-google-fonts/screenshots/