• Shot8un

    (@shot8un)


    Hi all,

    Try as i might i cannot find how to change the hover colour of the circles on our focus.
    They are red, green, blue, yellow as it stands, i want to change them all to
    196, 39, 48

    I am using Serif lite, site address is https://www.dwjboutiquepedals.com

    Thank you, I love this template.

    Scott

Viewing 7 replies - 1 through 7 (of 7 total)
  • Alexandra

    (@alexandrastan001)

    Hello Scott,

    Please have a look at this document: https://docs.themeisle.com/article/67-zerif-changing-skill-circles-color.

    Best regards,
    Alexandra

    Hi Alexandra,

    I am trying to do this as well. I have followed your instructions to a t. I’ve created my child theme, added all my css changes to that child theme and all work fine.

    I’ve then created a js. folder in my child theme to copy the jquery.knob.min.js document, but I only have a file named jquery.knob.js. When I go to edit that file it does not contain

    jQuery(".skill1").knob({
    		'max':100,
    		'width': 64,
    		'readOnly':true,
    		'inputColor':' #FFFFFF ',
    		'bgColor':' #222222 ',
    		'fgColor':' #e96656 '
    });

    Is that because I am using the child theme??
    This is the website I am working on https://sunstatepainting.luisadigirolamo.com

    Hi Scot and luisadigi

    Try to change this in your css

    .focus-box:nth-child(4n+1) .service-icon:hover {
    border: 10px solid #FFFFFF;
    }

    Change the hex code of color as per your requirement

    Thanks
    Divdeep Singh

    Thankyou Divdeep!!! It worked. Very happy ??

    Hi luisadigi

    I am happy to help you

    Divdeep Singh

    If I could ask you another question please. With the “send message” button, I’m able to change the colour using this code

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        background-color: #7d0021;
    }

    But I can’t figure out how to change the hover colour. Any ideas?

    Look for button:hover code in your css

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hover colour on our focus section Serif Lite’ is closed to new replies.