Hi,
How can i change the red hover color from the button?
.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;
}
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.
dziudek wrote:@dagoon79 - it is exactly the same location in the template directory: templates/gk_startup/css/style2.css file.