• Is there a way to make the comment area of a post stand out more? Maybe change the background color of that section?
    In looking at my latest post, I realized that if someone doesn’t scroll ALL THE WAY down to the bottom of the page, and even if they do, it’s really easy to miss. It just blends into everything in the footer.
    See this post as an example: https://www.wired2theworld.com/2019/01/07/luang-prabang-laos/
    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @formerchef,

    Sure! The following CSS can pasted in to Customize > Additional CSS and will change the background colour of the comment area:

    .comments-area-wrapper {
        background-color: #e7ae01;
        color: #292c2f;
    }

    #e7ae01 matches the yellow used elsewhere on the theme but that can be changed to anything you like.

    The color: property changes the text colour for elements like “This site uses Akismet to…” etc.

    .comments-area-wrapper #respond h3 {
        color: #ffffff;
    }

    The CSS above will change the heading colour in the comment box.

    I hope this helps.

    Thread Starter formerchef

    (@formerchef)

    Gemma-
    That worked great! Thank you so much!! I even like the yellow color. ?? Here’s to hoping it will encourage people to comment.

    Thanks again!

    You’re welcome, glad to hear that did the trick ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Possible to make comment section more noticeable?’ is closed to new replies.