This topic has 6 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #177316
     janetLSchaper
    Participant

    Hello,

    I have overridden the the icon color for each feature item, but it does not apply to the hover background.  It is still using this #00b9f7 color.  Please give me the CSS for changing the hover background and border color.

    Thank you,

    Janet

    #177373
     Kieran_SQ
    Moderator

    Hi Janet,

    Thanks for reaching out today above hover styles on the KLEO Featured element within Visual Composer. Please add the below CSS to your KLEO Child theme by going to WP Admin > Appearance > Editor > KLEO Child > Style.css or to WP Admin > Theme Options > General Settings > Scroll to: Quick CSS.

    COPY CODE
    .feature-icon.el-appear.icon-attention-circled:hover {
        color: #000000 !important;
        border: solid 1px #000000 !important;
    }

    Adjust the #000000 value to suit your needs.

    Thanks,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #177566
     janetLSchaper
    Participant

    Hi Kieran,

    Thank you. I tried this and it did not work. The page that I’ve used this on:
    https://sierracanyondev.com/my-community/

    Also, the border color doesn’t seem to be defined for the “top”.

    Thank you for your help.

    Janet

    #177626
     Kieran_SQ
    Moderator

    Hi,

    I am unable to override the color locally or on your site therefore I am going to ask one of our developers to look at this for, they’ll be in touch as soon as they can (Mon-Fri East Europe Time).

    Thank you for you continued patience,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #177822
     Radu
    Moderator

    Hi,

    Use those selectors

    COPY CODE
    
    .page-id-522 .feature-item:hover span.feature-icon {
        background: #4cadc9 !important;
    }
    
    .page-id-522 .feature-item:hover .feature-icon {
        border: 1px solid #122474 !important;
    }
    

    It will work on the https://sierracanyondev.com/my-community/ page if you will gonna use the same style on other page just copy again the selector and change the page-id-522 with your desired id

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #177875
     janetLSchaper
    Participant

    Hello Radu,

    Ok, thank you very much for the help.

    Cheers,
    Janet

    #177988
     Radu
    Moderator

    Hi,

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?