[Resolved] Make the link “Leave a comment” text bigger and a different color

Home Forums Support [Resolved] Make the link “Leave a comment” text bigger and a different color

Home Forums Support Make the link “Leave a comment” text bigger and a different color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1636246
    Leanne

    Hi,

    There is a link that says “Leave a comment”. I would like to make this more visible on the website to get more people to leave comments.

    How can I make the text “Leave a comment” bigger and a different colour. Also, can the order be changed. So leave a comment is first and tags is second.

    Thank you

    #1636251
    Leo
    Staff
    Customer Support

    Hi there,

    How can I make the text “Leave a comment” bigger and a different colour.

    Try this CSS:

    .entry-meta .comments-link {
        font-size: 20px;
    }
    .entry-meta .comments-link a {
        color: #000000;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Also, can the order be changed. So leave a comment is first and tags is second.

    This filter should help:
    https://docs.generatepress.com/article/generate_footer_entry_meta_items/

    Adding PHP: https://docs.generatepress.com/article/adding-php/

    #1636292
    Leanne

    Perfect. Thank you!!

    #1636294
    Leo
    Staff
    Customer Support

    No problem 🙂

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