• Resolved lauramise

    (@lauramise)


    Hello! Hope you’re well!

    I always use the Astra theme on the websites I design and it’s fantastic!

    I have 3 questions about the comments section of single posts, I’ve been looking at it and investigating but I can’t find the solution, I hope you can help me ??

    1- The background of the comment, name, email and web “boxes” appears gray, how can I change it to white?

    2- I have configured the buttons to appear with round edges but it does not change it, how can I solve it?

    3- Can I change the text of the button that comes by default? How can I do it?

    Thank you very much for your help!
    Laura

    • This topic was modified 2 years, 9 months ago by lauramise.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @lauramise,

    Straight forward…

    1) You will need custom CSS to change the color of those fields. On my end, those fields have a white background color. Not #fff though, but still looks white.

    2) How did you do that? Did you do it from the Customizer > Global > Buttons? That would be helpful if you can share the live site URL that contains the button you were referring to.

    3) I am assuming you were talking about the button on the Header. Refer to this screenshot, please.

    Kind regards,
    Herman ??

    Thread Starter lauramise

    (@lauramise)

    Hi Herman! Thank you very much for your help!

    1- I understand that you cannot provide me with the code, right? It’s OK!

    2 and 3- It is the button to send the comments in the single post, you will see it here: https://www.thegathering.es/una-boda-foodie-en-la-costa-brava
    In Customizer – Global – Buttons I have configured it so that the buttons are round.

    Thank you very much for your help!
    Laura

    Hi @lauramise,

    Yep, you were right. Providing custom code for a specific need is beyond our support. However, sometimes we are willing to do it if it doesn’t take much effort, like yours ??

    Please try the following CSS

    .comments-area textarea#comment, .comments-area input {
        background-color: #ffffff;
    }
    
    .form-submit #submit {
        border-radius: 25px !important;
    }

    I hope it will help.

    Kind regards,
    Herman ??

    Thread Starter lauramise

    (@lauramise)

    It has worked perfect!!

    Thank you very much Herman! You’ve been very kind!

    So happy can be a help, @lauramise.

    Please mark this thread as Resolved and feel free to start a new one if there is anything else related to Astra we can help you with.

    Kind regards,
    Herman ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change background color in post comment’ is closed to new replies.