Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Goran87

    (@goran87)

    Hey mate,

    sorry for late reply.

    There should be no arrows. It seems that theme you are using is adding arrows to every list item which are images as well. If u can give me link to theme/site, i can give you could to put in order to remove them from swifty image.

    So you will have that issue with any plugin that has list items, if not defined in plugin itself.

    Thread Starter aj7606

    (@aj7606)

    Thanks so much for getting back to me.

    Our site isn’t live yet, but the theme we are using is aReview – https://www.ads-software.com/themes/areview/

    And just a warning that I’m pretty tech illiterate when it comes to coding, so if you’re able to help, simple instructions would be great.

    Thank you!!

    Plugin Author Goran87

    (@goran87)

    Sure,

    add this to your style.css file:

    .widget li:before {
    content:none!important;
    }

    that will fix for all future widgets, or to fix just for swifty image, add:

    .swifty-img-widget-class li:before {
    content:none!important;
    }

    Best,
    Goran

    Thread Starter aj7606

    (@aj7606)

    That worked a charm! Thanks so much for you help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Arrow symbol appearing above images’ is closed to new replies.