[Resolved] How to hide post author link from full-width pages?

Home Forums Support [Resolved] How to hide post author link from full-width pages?

Home Forums Support How to hide post author link from full-width pages?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1521287
    Ravi Dixit

    Hey GeneratePress Team!

    I want help in followings:

    1. I don’t want to show author link when I select full-width from Layout>Container>Full-width. See here https://prnt.sc/vesd7m
    2. How to make the container background white in comment area only for full-width pages? See here https://prnt.sc/vesc51

    Please help me…

    Thanks

    #1521760
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS to remove the single post meta:

    .single-post.full-width-content .entry-header {
        display: none;
    }

    and this to change the Body background color to white:

    .single-post.full-width-content {
        background-color: #fff;
    }
    #1522199
    Ravi Dixit

    Thanks, David for the help 🙂

    #1522629
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.