Okay
  Public Ticket #2685498
how do you edit the comment section style?
Closed

Comments

  • jesse started the conversation

    how do you edit the comment section style? 

    I'd like to edit how it looks and there are no options to do this. 

  •  647
    Alexandre replied

    Hello Jesse,

    You right, Comment section doesnt have many style options. 
    May I ask what are you trying to do. Maybe we can help.

    Thanks,


    Alexandre from the Sonaar.io Crew

  • jesse replied

    I was wanting to change the text in the box "Leave a reply" and then change the boxed from square to rounded for the text and button. And the colors too lol 

  •  647
    Alexandre replied

    You can replace "Leave a reply" by other text if you go to wp-admin>theme options>translation. 

    Adding round corner or selecting a specific text style for this section is bit beyond the scope of our support.
    I m glad to help this time, but we cant re-style the whole thing. 

    Please go to wp-admin>theme options>custom css/js
    And add this code in the custom css field:

    #comments textarea, #comments input {
    border-radius: 10px;
    }

    Which color do you wanna change?

    Thanks,


    Alexandre from the Sonaar.io Crew