Shape 5

Joomla Templates => Corpway - Club => : bollinger July 14, 2016, 08:26:16 AM



: How can we make the class="readon", standard button turn a specific color?
: bollinger July 14, 2016, 08:26:16 AM
We want the general theme to have the green, but we would like to further define the following standard button code with CSS, so the green button turns and nice grey.

<p><a href="#" class="readon">Contact[/url]</p>

enmu.edu

Matthew


: Re: How can we make the class="readon", standard button turn a specific color?
: mikek July 14, 2016, 12:14:04 PM
Hello,

You would have to do something like this in the index.php file. This does require custom programming though, so I am not sure if this code will definitely work:

.readon {
background#666666 !important;
}