• Resolved cub1981

    (@cub1981)


    the words “next” and “previous” appear in the background of the navigation arrows (SA Sliders) since the last update. Can I eliminate them by configuration? Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello !

    Got the same problem than you, look like there is no fix for the moment and no possibility to fix it through the module itself.

    I solved it temporarly on my side by adding custom CSS , with the following one :

    .white .sa_owl_theme .owl-nav .owl-next, .white .sa_owl_theme .owl-nav .owl-prev {
            color: transparent!important;
        }
    Thread Starter cub1981

    (@cub1981)

    Thanks! that resolved the problem!

    Plugin Author simonpedge

    (@simonpedge)

    Yes, also I saw this issue on one of my sites, but when I cleared the cache of my caching plugin (WP Fastest Cache), this resolved the issue.

    I did correct this issue previously using the “color:transparent” rule described above, but sometimes the OLD style CSS file is used until the cache is updated.

    I dont have cache plugin…
    What can I do in this case?

    Regards,
    Victor

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘next / previous behind arows’ is closed to new replies.