Changing Button Colour

I’m currently running Cornerstone with a ThemeGrill child theme.

I’m confused how I would change the button colour on the home page of my site (finkteam.com/testfink/) .

Any help would be appreciated. It seems more complicated when not using a ThemeCo theme!

Thanks

Ella

Hi There,

Thanks for writing in! When you add a button as follows.

You can then click on the button and set Background base color and interaction color (hover).

Hope that helps.

Thank you!

If you’re using the Classic Prompt Element, how would I change it?

Thanks again!

Hello @Ellacopter,

Thanks for updating the thread. :slight_smile:

In case you want to change the button color of Classic Prompt Element, please do the following:

  1. Please add a class name to the Prompt Element. https://cl.ly/1n1B2j3s371v
  2. After that please add following CSS under X > Theme Options > CSS:
.custom-prompt-style .x-btn {
    color: #ddd;
    border-color: #ddd;
    background-color: #ededed;
}

You can replace class name custom-prompt-style as per your requirement.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.