Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Change Icon Color #63526
     schadwick
    Participant

    So it looks like the “feature item widget” uses a couple different css selectors for styling.

    To change the color add this to your style.css file under Appearance > Editor or in the Quick CSS section in the Theme Options.

    COPY CODE
    .feature-icon {
    color: green; 
    }

    Keep in mind that those icons are actually a font so the size can be changed by adding

    COPY CODE
    .feature-icon {
    font-size: 40px;
    }

    Finally by default, Kleo has set the feature item icon to have an opacity(transparent) of .1 so to change that add this

    COPY CODE
    .el-appear {
    opacity: 1 !important;
    }

    Hope this helps!

Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?