• Resolved softsleepysounds

    (@softsleepysounds)


    Hi there,
    The buttons under ‘What does success look and sound like?’
    and, diagnostic tools, have a blue border, however, I am trying to get them to have a blue background and I can’t for the life of me figure out how to do it.

    I have given them a class of blue-button, and tried to use css to say background-colour: #4bafea !important;

    However, this doesn’t seem to be working.

    Can you help?

    Thanks in advance!
    Sarah

    • This topic was modified 4 years, 3 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try:

    .button-stroke
    a.button.blue-button.button_size_3.button_stroke_custom.button_js {
    background-color: #4bafea !important;
    color:white;
    }
    .button-stroke
    a:hover.button.blue-button.button_size_3.button_stroke_custom.button_js {
    color:grey;
    }

    Thread Starter softsleepysounds

    (@softsleepysounds)

    thanks so much @willem0 you are a star!
    Really appreciate your help ??
    Cheers,
    Sarah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘css for button background colour’ is closed to new replies.