Text Colour
- The topic ‘Text Colour’ is closed to new replies.
Need help? Check out our Support site, then
Hello.
Thank you for creating a beautiful theme.
Hopefully an easy CSS change but would like to change the text colour on all pages if possible?
Thank You
The blog I need help with is: (visible only to logged in users)
sorry i mean is it possible to change the text colour on ALL pages with some CSS as opposed to having to do it individually block by block on each individual post?
Hi,
Thanks for the appreciation of perennial theme.
As for global text color rule, it depends.
Can you share a page so i might be able to share a css snippet with you. Sometimes, css specificity rules need to update accordingly.
Thanks
Hi.
My homepage is a good example. Swipe-able.com
The whole excerpt text for each post is like a greeny blue.
Hi,
I have visited your home page and single pages as well.
They all have Greenish Blue color.
What other elements you want to target ?
Thanks
Yes that is the colour I want to change. I can change them on individual posts but I cannot change them on the homepage where it shows the excerpts and that is what I want to change.
Hi,
Please try the following css snippet.
.home .entry-summary,
.home .entry-summary p {
color: #020202;
}
Thanks