• Resolved foxep

    (@foxep)


    Hey there,

    I am having a problem with my focus and testimonial sections. When the mouse hovers over them now they highlight the ring as usual but also have started to highlight the whole circle in blue.

    I have not changed the css file nor have I updated the code. I have tried trouble shooting as per previous posts to remove the colour hover all together but nothing has changed. If you could advise on how to correct this I would be very grateful. Thank you!

    Elliot

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

    Please give me the link to your website to check it. ??

    Regards,
    Hardeep

    Thread Starter foxep

    (@foxep)

    Hi there Hardeep,

    Thanks for having a look – the URL is: https://www.intonomansland.org

    Best,
    Elliot

    Hi,

    You’ve added the following code somewhere which is causing this issue:

    .service-icon:hover {
        background: #2095F0;
        color: #FFF;
    }

    Regards,
    Hardeep

    Thread Starter foxep

    (@foxep)

    Hi Hardeep,

    Thanks for getting back to me on this. I have searched everywhere in my css and can’t find this line. Any ideas where it could be?

    Thanks,
    Elliot

    Hi,

    Anyway, you can fix it by adding the following CSS:

    .service-icon:hover {
        background: transparent;
    }

    Also your site’s title should be “Into No Man’s Land” instead of No Mans, just like you’ve used “Man’s” in your logo. ??

    Regards,
    Hardeep

    Hi,

    In services section, I have added one more point (row for services now their are 5 points – first one is red, second one is green, third 0ne is blue, forth one is blue and now i have added the fifth one i want to change it’s color) and i want to change the ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS and i am not able to do it.

    If you could advise on how to correct this I would be very grateful. Thank you!

    Raghavendra

    Hello @raghavendra,

    Please install Simple Custom CSS plugin and add this code into it:

    .focus-box:last-child .red-border-bottom:before{
    background:yellow;
    }
    .focus-box:last-child .service-icon:hover{
    border-color:yellow;
    }

    Regards,
    Gourav

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Focus Widget Fill Colour’ is closed to new replies.