Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 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!

    in reply to: Change Icon Color #63369
     schadwick
    Participant

    I don’t work for the seventhqueen team but I can help, depends on which buttons and icons you are trying to change.

    in reply to: Facebook Login #63359
     schadwick
    Participant

    To follow up on this topic, I disabled Facebook integration, and when I just try to login it just processes for a second then says “You are already logged in, please refresh page”

    I should also add I’m using S2Member to handle memberships.

    Thanks in advance for any help but please advise ASAP

Viewing 3 posts - 1 through 3 (of 3 total)

Log in with your credentials

Forgot your details?