• Resolved vermilion1974

    (@vermilion1974)


    The theme I´ve picked, Ovation, can change colors but for some reason it´s not working. All the buttons appears as a grey button. I changed the color for yellow on different pages and posts and the changes cant be seen.

    Any help would be great appreciated!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @vermilion1974,

    You might need to change the CSS, something like:

    .button, button, input[type=button], input[type=reset], input[type=submit], .wp-block-button .wp-block-button__link {
       background-color: #fcb900 !important;
    }

    Add to Themes >> Customize >> Additional CSS tab.

    I hope this helps!

    Thread Starter vermilion1974

    (@vermilion1974)

    It works, but it changes the menu buttons as well, as you can see on the top of the page. I want to change the colors of the buttons on the pages and posts, I do not want the color change on the menus. Is it possible?

    You should ask at the theme’s support forum.

    Thread Starter vermilion1974

    (@vermilion1974)

    I looked up and although I was able to find a theme with the same name, it´s not the same at all, the creators are not the same as well. Theme I picked up is called Ovation, by AudioTheme. The Ovation I´ve found on the forum is by pewilliams.

    Hi vermilion ,

    I am seeing yellow button on your blog page . Hope its resolved already.

    Thanks

    Thread Starter vermilion1974

    (@vermilion1974)

    Yes! I solved using this:

    .button, button, input[type=button], input[type=reset], input[type=submit], .wp-block-button .wp-block-button__link {
    background-color: #fcb900;
    }

    Im trying to change the color of the text now!

    Thanks again!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Buttons do NOT change color’ is closed to new replies.