Change button hover color?

GK User
Sun Dec 02, 2012 4:20 pm
Hi,

How can i change the red hover color from the button?

Knipsel3.JPG
User avatar
Senior Boarder

GK User
Sun Dec 02, 2012 6:37 pm
You need to change the background property in file style2.css (root/templates/gk_myfolio/css) in line 92 :

Code: Select all
.button:hover, .button:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, a.k2ReadMore:hover, .pagenav-next a:hover, .pagenav-prev a:hover, .pagenav-next a:active, .pagenav-prev a:active, .pagenav-next a:focus, .pagenav-prev a:focus, .k2ReadMore:hover, .k2ReadMore:focus, .k2ReadMore:active {
 background: #yourColor;
}


or just add the code above to file override.css and enable 'Use override CSS' option in template settings.
User avatar
Platinum Boarder

GK User
Sun Dec 02, 2012 11:19 pm
Thanks!
User avatar
Senior Boarder

GK User
Thu Jul 04, 2013 4:16 am
Need file location for startup jooomla 3.0

bkrztuk wrote:You need to change the background property in file style2.css (root/templates/gk_myfolio/css) in line 92 :

Code: Select all
.button:hover, .button:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, a.k2ReadMore:hover, .pagenav-next a:hover, .pagenav-prev a:hover, .pagenav-next a:active, .pagenav-prev a:active, .pagenav-next a:focus, .pagenav-prev a:focus, .k2ReadMore:hover, .k2ReadMore:focus, .k2ReadMore:active {
 background: #yourColor;
}


or just add the code above to file override.css and enable 'Use override CSS' option in template settings.
User avatar
Senior Boarder

GK User
Fri Jul 05, 2013 1:08 pm
@dagoon79 - it is exactly the same location in the template directory: templates/gk_startup/css/style2.css file.
User avatar
Administrator

GK User
Mon Jul 08, 2013 10:50 pm
dziudek wrote:@dagoon79 - it is exactly the same location in the template directory: templates/gk_startup/css/style2.css file.


Found it, thanks.
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.