Home › Forums › Support › A list of icon's unicode This topic has 3 replies, 2 voices, and was last updated 7 years, 3 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 29, 2018 at 2:09 pm #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 June 29, 2018 at 3:52 pm #611791 DavidStaff 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. June 29, 2018 at 9:26 pm #611906 Roee Thanks! i’ll Check it out June 30, 2018 at 11:05 am #612289 DavidStaff Customer Support Glad to help! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In