Archived topic
Problem: Read theme - homepage layout
3 replies · Started by Thi on February 20, 2022
Hi,
I have 2 questions:
1. I adjusted the homepage based on the homepage of the read theme. Yesterday, everything is ok. But now, it shows code instead of the post. how can I fix it?
Here is my web: tapilu.org
2. I want to change the color of the link in posts, but this will also change the color of the link the post titles on homepage. So how can I change the link color on the post without affecting the ones on homepage?
Thanks,
Hi there,
1. It looks fine to me ? Did you resolve this - if not trying clearing caches.
2. Links in the post content can be changed using some CSS:
.entry-content p a {
color: #f00;
}
.entry-content p a:hover {
color: #0f0;
}
Hi,
2. Can you give me more details? Where can I put those codes? I have no idea about CSS
Thanks
Hi there,
You can add CSS code to customizer > additional CSS :)