Home Forums WoodMart support forum Font Awesome Issue

Font Awesome Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #478727

    leejay123
    Participant

    Im trying to change the below Icon
    https://gyazo.com/ad7fc9cbdab6cd9b786c182999baaf70

    I have added the below code to Woodmart Theme Global CSS

    .create-account-question::before {
    display: block;
    margin-bottom: 15px;
    color: #4F4F4F;
    font-size: 54px;
    line-height: 1;
    content: “\f234” !important;
    font-family:’Font Awesome 5 Free’;
    }

    I have enabled, “Always Use,” Font Awesome library within the Woodmart Fonts & Icons theme settings.
    I am using the free stylesheet shown here- https://fontawesome.com/v5/cheatsheet/free/solid

    The icon does not display, what am i doing wrong?

    #478803

    Luke Nielsen
    Keymaster

    Hello,

    I suggest using the below code instead of yours.

    .login-form-side .create-account-question::before {
      content: "\f234";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
    }

    Kind Regards

    #478860

    leejay123
    Participant

    Works, Thank you.

    #478874

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

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

The topic ‘Font Awesome Issue’ is closed to new replies.