• How can I change the color of the icons under “Our Services” on hover? When I hover over the icons its the right color but when I hover over the text its the wrong shade of blue.

    Also under the “Our Happy Customers” section when I hover over the pictures its the wrong blue.

    https://www.bedsandbiscuits.co.uk/wordpress

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Add below CSS rules :

    .img-wrapper:hover .enigma_home_portfolio_caption {
    border-bottom: #02b7b7 !important;
    background-color: #02b7b7 !important;
    }

    Thanks

    Thread Starter szkoda

    (@szkoda)

    thats worked for the “Our Happy Customers” section but not the Our Services section.

    Hi,

    Put below CSS rules into custom CSS editor:

    .service:hover i {
    color: #02b7b7 !important;
    }

    Save the changes.

    Thanks

    Thread Starter szkoda

    (@szkoda)

    That worked, thankyou

    Lastly the icon that appears when you hover over the buttons that appear in the “Our Happy Customers” section is still the wrong blue – can you help?

    Hi,

    I think i already solved this issue.

    Thanks

    Thread Starter szkoda

    (@szkoda)

    No its still the wrong blue – its the hover state of the buttons that appear when you hover over the image that are still wrong.

    Hi,

    Ok then, Try below CSS rules :

    .enigma_home_portfolio_showcase,
    .enigma_home_portfolio_showcase_icons a i:hover{
    color: #02b7b7 !important;
    }
    .enigma_home_portfolio_showcase_icons:hover i {
    color: #02b7b7 !important;
    }

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hover States’ is closed to new replies.