Comments Andre started the conversationNovember 12, 2018 at 11:58amHello guys I am nearly ready to go live with my website now. Can you advise how i change the hover colour to a custom colour that matches my brand.When you hover over one of my team members it displays the "cyan breeze" border on the image & text.Can i change this to my logo green? 4,774Michael repliedNovember 12, 2018 at 1:44pmHI! pls. use following css: .gem-team-style-5 .team-person:hover .image-hover { border-color: #000 !important; background-color: #000 !important; } Andre repliedNovember 12, 2018 at 2:06pmThanks for that Michael.Could you give me the css change the name colour also when i hover? 4,774Michael repliedNovember 12, 2018 at 2:56pm pls. use following css: .gem-team-style-5 .team-person:hover .team-person-name { color:#8fbd1a !important; } Andre repliedNovember 13, 2018 at 12:10pmThnaks Michael that has all worked & just 1 more area that i am getting the blue on hover.These pages: http://thecreativeworks.tcw.ie/pf/aryzta-food-solutions/I have about 20 done so can i get a code that i can put into the theme rather than having to edit each PF page? 4,774Michael repliedNovember 13, 2018 at 12:31pmPaste this code here. Sign in to reply ...
Hello guys I am nearly ready to go live with my website now. Can you advise how i change the hover colour to a custom colour that matches my brand.
When you hover over one of my team members it displays the "cyan breeze" border on the image & text.
Can i change this to my logo green?
HI!
pls. use following css:
Thanks for that Michael.
Could you give me the css change the name colour also when i hover?
pls. use following css:
Thnaks Michael that has all worked & just 1 more area that i am getting the blue on hover.
These pages: http://thecreativeworks.tcw.ie/pf/aryzta-food-solutions/
I have about 20 done so can i get a code that i can put into the theme rather than having to edit each PF page?