Text Colour on Featured Pages
- The topic ‘Text Colour on Featured Pages’ is closed to new replies.
Need help? Check out our Support site, then
Hi guys,
On the home page, the text colour on the featured pages (the three items with images) is default white. Unless you have a dark image, the text is hard to see. I do not have dark images suitable for this so looking to change the font colour so the link is easier to read.
Any assistance would be great.
Thanks,
M
The blog I need help with is: (visible only to logged in users)
Hello, I’ll need to be able to view the site in order to offer a solution.
Sorry, it should work now.
Also for some reason it keeps defaulting to the old blog from the original set up.
The web address is http://www.madebyme.com.au
Thank you – the site is looking beautiful! To change the slider text on the homepage, use the following and substitute the color.
.home-slider .slideshow .information .excerpt {
color: #ffffff;
}
Hi,
Thanks very much, that has helped, but it only changed the Excerpt Text, not the boxed text/title above it as well, so now it just looks weird.
Any ideas?
Sorry – here ya go:
.slideshow .information .headline a {
color: yellow;
}
.slideshow .information .headline {
border: 4px solid yellow;
}
If you want to change text in the other sections on homepage:
.featured-bottom .vertical-center .headline {
border: 4px solid yellow;
}
.featured-bottom .excerpt {
color: yellow;
}
I hope that helps..