Custom Button

2 replies·opened Mar 1, 2017
T
triplewhatMar 1, 2017

What is the CSS needed to setup a custom button color on the custom.css file.

S
SemiColonWebSTAFFMar 19, 2017

Hello,

Please consider using the following Codes:

CSS:

.button.custom-color { background-color: #234244; }

.button.custom-color:hover { background-color: #909778; }

HTML:

<a href="#" class="button custom-color">Button</a>

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

T
triplewhatMar 21, 2017

Perfect thank you!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard