Title: Incorrect representation
Last modified: April 13, 2021

---

# Incorrect representation

 *  Resolved [jana1978](https://wordpress.org/support/users/jana1978/)
 * (@jana1978)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/incorrect-representation/)
 * Hello,
 * an arrow appears above the image and then a non-visible link, sometimes 2 links.
   How do I get rid of these?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fincorrect-representation%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Kybernetik Services](https://wordpress.org/support/users/kybernetikservices/)
 * (@kybernetikservices)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/incorrect-representation/#post-14313047)
 * Hello [@jana1978](https://wordpress.org/support/users/jana1978/).
    Thank you 
   for reaching out. This comes from your style.css, line 1032. There you find the
   following code:
 *     ```
       .widget ul li a::before {
           font-family: fontawesome;
           content: "\f105";
           padding-right: 5px;
       }
       ```
   
 * You can see, this is responsible for the arrow before the list.
    You can get 
   rid of it by adding these lines to your style.css:
 *     ```
       .uplp-list ul li a::before {
           content: none;
       }
       ```
   
 * Hope that helps.

Viewing 1 replies (of 1 total)

The topic ‘Incorrect representation’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-post-list/assets/icon-256x256.png?rev=2478520)
 * [Ultimate Post List](https://wordpress.org/plugins/ultimate-post-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-post-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-post-list/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-post-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-post-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-post-list/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kybernetik Services](https://wordpress.org/support/users/kybernetikservices/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/incorrect-representation/#post-14313047)
 * Status: resolved