Site logo

Archived topic

A list of icon's unicode

3 replies · Started by Roee on June 29, 2018

Viewing posts 1–4 of 4

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

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.

Thanks! i'll Check it out

Glad to help!

This archived topic is closed to new replies.