How to make the COMMENTS button

Home Forums Iconic One Pro Support How to make the COMMENTS button

This topic contains 3 replies, has 2 voices, and was last updated by  Themonic-Support 10 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #829

    binchecter
    Member

    t’s so hard to see the comment button and slider  in my website .Can I make the slider & the comment button to css3 ?

    Thanks!

    #832

    we would love to help but unfortunately we couldn’t understand your question. Please provide website URL or screenshot and what exactly are you looking for?

    Do you want to modify the color/size of “submit comment” button?

    #833

    binchecter
    Member

    Yes, I do

    How can I make the comment button which use css3

    I’m Sorry ,My english is not good

    #834

    Paste the following in your custom.css or in the style.css of the child theme in the end.

    .form-submit > input {
        background-color: #00A1E0;
        color: #FFFFFF;
        padding: 12px;
    }

    The above code will make the “submit comment” button matching with the blue color of theme and a bit bigger too.

    Change the values as per your liking.

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

You must be logged in to reply to this topic.