Site logo

Archived topic

Title repeated

5 replies · Started by Carlos on December 18, 2017

Viewing posts 1–6 of 6

Hi,
The title is repeated in the read more text of the post. How can i make for it disspeared please?

https://cl.ly/3Q1f2e1q181z

Thanks

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;
}
This archived topic is closed to new replies.