Change the "Comment" Button

Home Forums Iconic One Pro Support Change the "Comment" Button

This topic contains 4 replies, has 2 voices, and was last updated by  Kommandozeile 1 year, 2 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6854

    Kommandozeile
    Participant

    Hello,

    how can i change the design of the comment button?
    I want another color an text, so i can it adapt to my design.

    #6855

    Hello,

    To change background and text color of Post Comment button, use the following in Customizer -> Additional CSS

    
    .comment-form input#submit {
        background: #333333;
        color: #ffffff;
        padding: 10px;
    }

    Change the hex colors as per your choice https://www.color-hex.com/

    #6856

    Kommandozeile
    Participant

    Thank you very much. This is perfect for me.

    I’ve got another idea.
    Is there a possibility to change the position of the comment field?
    I would like to have the comment field above the comments.

    Have a nice day, and thanks for your help.

    #6857

    Yes, paste the following in Customizer -> Additional CSS

    
    .comments-area {
        display: flex;
        flex-direction: column-reverse;
    }
    #6858

    Kommandozeile
    Participant

    Thats exactly what i wanted – thanks.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.