• Resolved anteupclub

    (@anteupclub)


    Hey everybody. Been using the Bjork theme and was wondering if anybody had feedback on how to change the “post comments” button color from blue to black. All help is appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @anteupclub,

    Follow these steps:

    1. Go to Appearance → Editor.
    2. Click the site preview to the right.
    3. Click the “Styles” button in the top right.
    4. Click the button with the three dots next to “Styles” in the right sidebar, and select “Additional CSS”.

    Then insert the following CSS:

    .wp-block-post-comments-form input[type=submit] { background-color: #000 !important; }

    Let me know if that does it.

    — Anders

    Thread Starter anteupclub

    (@anteupclub)

    Man, you are amazing @anlino. Worked great!

    Since I’m not the best with the coding aspect, how would I insert a line of code to ensure the text “post comment” stays white? It is now just a black button which is good, but the text is also black hahaha.

    Please let me know! I appreciate you so much.

    Theme Author Anders Norén

    (@anlino)

    @anteupclub No problem! Change it to this:

    .wp-block-post-comments-form input[type=submit] { background-color: #000 !important; color: #fff !important; }
    Thread Starter anteupclub

    (@anteupclub)

    It all worked! Thank you so much. I appreciate your help a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Change “Post Comment” Button Color’ is closed to new replies.