[Resolved] Title repeated

Home Forums Support [Resolved] Title repeated

Home Forums Support Title repeated

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #452089
    Carlos

    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

    #452099
    Leo
    Staff
    Customer Support

    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?

    #452772
    Carlos

    Hi Leo,
    I deactivate the title, because i want to change color of title, when people goes to that post

    #452822
    Leo
    Staff
    Customer Support

    Can you reactivate the GP’s default title again and I can just give you some CSS to change the color for single posts?

    #453598
    Carlos

    Ok. Thanks Leo

    #453730
    Leo
    Staff
    Customer Support

    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;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.