• Resolved jana1978

    (@jana1978)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Kybernetik Services

    (@kybernetikservices)

    Hello @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.