• Resolved hellsbellskjell

    (@hellsbellskjell)


    I’d like to get rid of the dots, each one representing I slide, underneath the slider. I have 28 images in there and it’s not looking nice with that many dots. Also there presence is useless. If the answer is Custon CSS Code, I would need help with that as well. The slider is located in the right-hand sidebar. Thanks in advance! /Kjell

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hello @hellsbellskjell,

    Use the CSS code into “9. Custom CSS” setting to hide them:

    
    .owl-theme .owl-controls {
        display: none;
    }
    

    And please rate us our plugin you like our fast support.

    Thanks

    Thread Starter hellsbellskjell

    (@hellsbellskjell)

    I did not expect an answer this fast! On the downside, it didn’t work. There’s not much room for mistakes, is there? I copied the CSS code into the “9. Custom CSS” box, updated the settings, then reloaded my webpage, and the dots are still there.What’s wrong with me?

    Plugin Author A WP Life

    (@awordpresslife)

    Hi @hellsbellskjell,

    If you are using any cache plugin then clear your site cache and then check again.

    And please use that CSS with an “Important” tag Like below.

    .owl-theme .owl-controls {
        display: none !important;
    }

    It will work, please try and let us know.

    Thanks

    Thread Starter hellsbellskjell

    (@hellsbellskjell)

    It worked! Thank you thank you thank you! Now to the rating of the plug!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Dump the Dots’ is closed to new replies.