Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1780346
Change Hover Colour
Closed

Comments

  • Andre started the conversation

    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?

  •  4,774
    Michael replied

    HI!

    pls. use following css:

    .gem-team-style-5 .team-person:hover .image-hover {
        border-color: #000 !important;
        background-color: #000 !important;
    }
  • Andre replied

    Thanks for that Michael.

    Could you give me the css change the name colour also when i  hover?

  •  4,774
    Michael replied


    pls. use following css:

    .gem-team-style-5 .team-person:hover .team-person-name {
        color:#8fbd1a !important;
    }
  • Andre replied

    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?

  •  4,774
    Michael replied

    Paste this code here.