Site logo

[Support request] Post Comment Box Style.

Home Forums Support [Support request] Post Comment Box Style.

Home Forums Support Post Comment Box Style.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1564820
    SHEIKH JAHIRUL ISLAM AVOY

    Hello,
    I want to make my Post Comment Box redious style.
    Like this style.
    I need CSS to do this.

    #1564827
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to the example site in question?

    Then I can give you the exact style it’s using 🙂

    #1564992
    SHEIKH JAHIRUL ISLAM AVOY

    Here is the sample site link.
    I want to make my post comment box like that.

    #1565009
    Ying
    Staff
    Customer Support

    Hi there,

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

    .comments-area input[type="text"], .comments-area input[type="email"], .comments-area input[type="url"], .comments-area input[type="password"], .comments-area textarea, .comments-area select {
        color: #666;
        background-color: #f7f8f9;
        border-color: #ededed;
        border-radius: 12px;
    }
    
    .comments-area input[type=text]:focus, .comments-area input[type=email]:focus, .comments-area input[type=url]:focus, .comments-area input[type=password]:focus, .comments-area textarea:focus, .comments-area select:focus {
        color: #222;
        background-color: #fff;
        border-color: #48a0db;
    }
    
    .comments-area button:hover, .comments-area input[type=button]:hover, .comments-area input[type=reset]:hover, .comments-area input[type=submit]:hover, .comments-area a.button:hover,  .comments-area button:focus, .comments-area input[type=button]:focus, .comments-area input[type=submit]:focus, .comments-area a.button:focus {
        color: #fff;
        background-color: #ff7f00;
        border-radius: 10px;
    }
    
    .comments-area button, .comments-area input[type=button], .comments-area input[type=submit], .comments-area a.button {
        color: #fff;
        background-color: #210505;
        border-radius: 10px;
    }

    Let me know if it works!

    #1565010
    SHEIKH JAHIRUL ISLAM AVOY

    Thanks a lot

    #1565019
    Ying
    Staff
    Customer Support

    Glad to help!

    #1568715
    Leo
    Staff
    Customer Support

    I updated Ying’s CSS here a bit so please update 🙂
    https://generatepress.com/forums/topic/post-comment-box-style/#post-1565009

    Thanks!

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