[Resolved] Changing Color of Comment Section

Home Forums Support [Resolved] Changing Color of Comment Section

Home Forums Support Changing Color of Comment Section

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1012048
    Jiren

    I use wpDiscuz and the background color of it is the same as the background color for my content side. When I change the background color of my content it also changes it for comment section. I added also custom css to the plugin css section of wpDiscuz but didn´t work.

    How can I change the background color of the comment section from this color:#F8F8EE to this:#EEEEEE

    #1012054
    Leo
    Staff
    Customer Support

    Hi there,

    Are you referring to this area?
    https://www.screencast.com/t/0rKntPYV0g8Q

    It’s already showing #eee as far as I can tell.

    Let me know if I’m missing something 🙂

    #1012059
    Jiren

    HAHA, Leo actually I was messing around with the plugin and you checked right in the moment.

    Check it now, your picture where the background is black I want to change.

    #1012060
    Leo
    Staff
    Customer Support

    Try this CSS:

    .separate-containers .comments-area {
        background-color: #eee;
    }

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

    Let me know 🙂

    #1012065
    Jiren

    Worked like a charm, thank you very much Leo.

    #1012070
    Leo
    Staff
    Customer Support

    No problem 🙂

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