• Dear danny,

    Once again thank you for building a good, solid start to my world of gutenberg. Learning heaps and you’re helping me get there. I’m no expert with style.css but trying to change he search button colour in the footer widget you can see on my site http://www.womenofsteele.com.au so the button has a background of RGBA: 153, 0, 0 – I can’t find the right file to edit / change. Could you point me in the right direction?

    Many many thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author DannyCooper

    (@dannycooper)

    Hi @heidangove,

    The best option would be to overwrite that selector in your own stylesheet or in wp-admin -> Appearance -> Customize -> Additional CSS using some code like this:

    input.search-submit {
        background-color: #612a2a;
        border-color: #612a2a;
    }
    
    • This reply was modified 5 years, 4 months ago by DannyCooper.
    Thread Starter Heidi Angove

    (@heidiangove)

    Perfect! Now I know how to add additional CSS! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing style.css for search widget button styles’ is closed to new replies.