Site logo

[Resolved] A list of icon's unicode

Home Forums Support [Resolved] A list of icon's unicode

Home Forums Support A list of icon's unicode

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

    I’m trying to change the arrow icon on the woocommerce account page.
    the css is:
    .woocommerce-MyAccount-navigation li.is-active a:after {
    font-family: “GP Premium”;
    content: “\e901”;
    float: left;
    font-weight: 700;
    font-size: 115%;
    }

    where can i find a list of icons to replace the \e901 arrow icon?

    I have tried searching, but couldnt find any reference.

    Thanks,

    Roee

    #611791
    David
    Staff
    Customer Support

    Hi there,

    The GeneratePress icons are limited to just the theme icons.
    You can swap the icons for FontAwesome if you have that installed – if not here’s how to:

    https://docs.generatepress.com/article/font-awesome/

    For FA 4.7 codes go here:
    https://fontawesome.com/v4.7.0/

    Alternatively you can add your own icon image by swapping the content property to: content: url(image.png); and then define width and height properties.

    #611906
    Roee

    Thanks! i’ll Check it out

    #612289
    David
    Staff
    Customer Support

    Glad to help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.