• Resolved pascale3

    (@pascale3)


    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 6 years, 1 month ago by pascale3.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    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.