Color of 'Learn More' button on header of Frontpage

Multipurpose WordPress Theme Forum Support
GK User
Fri Apr 10, 2015 10:49 am
How do I change the color of the 'Learn More' button on the header of the Frontpage when hovered over, without affecting the rest of the site?
User avatar
Junior Boarder

GK User
Fri Apr 10, 2015 1:16 pm
Hi,

You have to use custom CSS, please check this article:
https://www.gavick.com/blog/adding-cust ... ress-theme
and add the following css code with your color values:
Code: Select all
.frontpage #gk-header-mod .btn-border:hover {
  border-color: #ddd!important;
  color: #ddd!important
}
User avatar
Moderator

GK User
Tue Apr 14, 2015 8:09 am
For anyone that is new / learning like me, the ddd is where you input your hex color code, like #FFFFFF for white, etc. and !important is part of the code (yes, I removed that). Doh!! :lol:

Thanks Piotr!! :)
User avatar
Junior Boarder


cron