• Resolved preez

    (@preez)


    I’m using the oceanwp post slider plugin on my site but on the mobile site there are these big slider arrows that get in the way of the preview text. How can I hide these arrows

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    ​Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    @media (max-width: 767px){
    .oceanwp-post-list.two .slick-arrow {
        display: none;
    }
    }
    

    If not resolved with the above, share the snapshots of the issue and page URL to check it.

    Thread Starter preez

    (@preez)

    That didn’t work but I found something that did

    @media (max-width:768px){
    .oceanwp-post-list.two, .slick-arrow, .slick-prev, .slick-next{
    visibility:hidden;
    }
    }

    Glad to know that you found a solution for the issue 😊

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

The topic ‘Remove arrows from Post Slider mobile’ is closed to new replies.