• hey guys,
    can you help me with a few more things please?
    how can I change the color and hover for the “post comments” button at the end of my posts.
    Also removing the black box hover on “next post”
    Is there a way to make the widgets on the side closer to each other?
    Can I remove the footer social ONLY from my homepage? (i still would like it to appear on other pages.

    THANKS so much for your continued help.
    https://www.chenae.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • @crod: You can add the following css in “Appearance -> Customize -> Additional CSS”. Just change the color code as per your need.

    /* Submit Button Color */
    #commentform .submit { background-color: #b49543; color: #fff; }
    /* Submit Button Hover-Focus Color */
    #commentform .submit:hover, #commentform .submit:focus { background-color: #b49543; color: #fff; }

    Note: If you don’t see Additional CSS in your theme, then you can install “Catch Web Tools” plugin, activate Custom CSS module and then add in “Catch Web Tools -> Custom CSS” box.

    • This reply was modified 7 years, 9 months ago by wprocket.
    Thread Starter crod

    (@crod)

    thanks wprocket. can you help with me with the other questions?

    Hi there @crod,
    You can open a new thread and add any Theme related questions there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘changing “post comment” color & a few more’ is closed to new replies.