• Resolved breecrowder

    (@breecrowder)


    I have searched high and low for the solution to this, and so far every fix I’ve found hasn’t worked. I have figured out how to change the colour of my social buttons, but I’m struggling with this button colour change. I’m looking to change the colour of the “Please Comment” button from the standard pink. Thank you for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • This should do the trick – replace the example purple with your desired colour. It will get lighter automatically on hover.

    button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
      background-color: #bb00bb;
    }

    Thread Starter breecrowder

    (@breecrowder)

    Unfortunately, that didn’t work. Please see here, at the bottom of the page. Still pink.

    Thread Starter breecrowder

    (@breecrowder)

    For some reason, only in the preview did that not work. It seems, once I published the changes, the button successfully changed colour. Bizarre.

    Another question: when I hover over a blog post title, I get that annoying red/pink colouring. How do I change that?

    This should do it:

    .entry-title a:hover {
      color: #bb00bb;
    }
    Thread Starter breecrowder

    (@breecrowder)

    That worked! Thanks so much.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Change "Post Comment" Button Colour’ is closed to new replies.