• Resolved aijasve

    (@aijasve)


    Hi,

    I’m using the Omm theme and the arrows on all flex slider galleries are broken/pointing everywhere. Is there a way to fix this? I’m not familiar with CSS at all, beginner with WP overall..

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @aijasve,

    Your theme seems to have added their own styles to override MetaSlider. Is there a setting somewhere to disable them?

    If not, you can try adding this to a CSS stylesheet to override it:

    .metaslider .flex-direction-nav .flex-prev:after,
    .metaslider .flex-direction-nav .flex-next:after {
    	border-top:0 !important;
    	border-left:0 !important;
    }
    .metaslider .flex-direction-nav a:after {
    	margin:0 !important;
    }
    Thread Starter aijasve

    (@aijasve)

    Thank you for your fast advice, I miraculously managed to find where to add the code and it works now! Happiness!

    Hi @aijasve

    That’s great to hear. Glad it was an easy fix. Let me know if you have any more issues. I’ll mark this one as resolved.

    By the way, if you’re enjoying MetaSlider please leave us a 5-star review. They really help us out and let others find our plugin more easily. If you don’t think we deserve the 5 stars please let us know how we can improve, too. Thanks!

    https://ww.wp.xz.cn/support/plugin/ml-slider/reviews#new-post

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Arrows are broken’ is closed to new replies.