Archived topic
Title repeated
5 replies · Started by Carlos on December 18, 2017
Hi,
The title is repeated in the read more text of the post. How can i make for it disspeared please?
Thanks
Hi there,
That's because the title is added as actual content: https://s33.postimg.org/tllvij673/2017-12-18_0637.png
Any reason why you aren't using GP's content title instead?
Hi Leo,
I deactivate the title, because i want to change color of title, when people goes to that post
Can you reactivate the GP's default title again and I can just give you some CSS to change the color for single posts?
Ok. Thanks Leo
Looks like you are using this already?
#content #primary #main .entry-header .entry-title {
font-size: 21px;
font-weight: bold;
color: #606060;
}
This CSS should change the title in single post:
.single h1.entry-title {
color: #000000;
font-size: 25px;
}