Okay
  Public Ticket #2519765
How to change background colour of comment section
Closed

Comments

  •  2
    matrixprint started the conversation

    Please how can I change the background colour of the comments section. I'll like to mute the white so it blends well with the cream colour of the page background. Thanks

  •  8,851
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #respond #comment-form-comment, #comment-form-share-text-padder {
        background-color: #f9f8e5 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    matrixprint replied

    Haha! Thank you Tahir. Much appreciated.