Shape 5

Joomla Templates => Corpway - Club => : bollinger June 14, 2016, 10:49:15 AM



: Buttons, roll over modification of color...
: bollinger June 14, 2016, 10:49:15 AM
Hi,

We use the following button code often on our site:

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

Currently we are using #006633 to render a simple green, but we would like the roll over color to be more of a grey, instead of the dark green it currently creates.

Can you guide us to accomplish this goal? Button examples can be viewed on the following page.

http://www.enmu.edu/admission/how-apply

Matthew


: Re: Buttons, roll over modification of color...
: mikek June 14, 2016, 11:23:45 AM
Hello,

That's controlled by the template's highlight color in the index.php file under:

#s5_nav li.active, .readon:hover, p.readmore a:hover, button:hover, .btn-primary:hover, .button:hover, .pagenav a:hover

You would have to modify that area to call your own background hex color.