Title: Comment
Last modified: February 3, 2019

---

# Comment

 *  Resolved [pascale3](https://wordpress.org/support/users/pascale3/)
 * (@pascale3)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/comment-28/)
 * Hi,
    I would like to change the color of the call to action button in the comment
   section in the articles, and if possible I don’t want it to be so close to the
   dialog box. Where can I change that?
    -  This topic was modified 7 years, 4 months ago by [pascale3](https://wordpress.org/support/users/pascale3/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcomment-28%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [Dumitru Brinzan](https://wordpress.org/support/users/ilovewpcom/)
 * (@ilovewpcom)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/comment-28/#post-11165629)
 * Hi,
 * This is the default code in the theme, you can make adjustments to your own requirements:
 *     ```
       button, input[type="button"], input[type="submit"] {
           background-color: #058dd1;
           border: 0;
           -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
           -ms-border-radius: 2px;
           border-radius: 2px;
           -webkit-box-shadow: none;
           box-shadow: none;
           color: #fff;
           cursor: pointer;
           display: inline-block;
           font-size: 0.875rem;
           font-weight: 600;
           line-height: 1;
           padding: 0.8125rem 1.5rem;
           text-shadow: none;
           transition: all 0.15s ease-in-out;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Comment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/photozoom/1.1.3/screenshot.png)
 * Photozoom
 * [Support Threads](https://wordpress.org/support/theme/photozoom/)
 * [Active Topics](https://wordpress.org/support/theme/photozoom/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/photozoom/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/photozoom/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dumitru Brinzan](https://wordpress.org/support/users/ilovewpcom/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/comment-28/#post-11165629)
 * Status: resolved