Change color post on the post page
- The topic ‘Change color post on the post page’ is closed to new replies.
Need help? Check out our Support site, then
-I can not change the color of the titles of the post on the post page.
http://denzingerbergoglio.com/blog/
-I just get change for each individual post:
http://denzingerbergoglio.com/2015/10/13/aunque-la-mona-se-vista-de-seda/
I’m using the command:
.entry-title {
font-size: 1.9em;
text-align: center; color: # 000000;
}
The blog I need help with is: (visible only to logged in users)
Hi,
Use:
.entry-title a {
color: #000;
}
Thanks!
It works. Thank you!
Glad to hear :)