• Resolved cafeprint

    (@cafeprint)


    Hi, can I get the css code to remove the navigation buttons on my banner? the two circles with 4 small ones. thanks!

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

    It would help if you provide URL to your website, but try this:

    .site-banner .slick-prev,
    .site-banner .slick-next {
      display: none;
    }
    

    Regards,

    Oliver

    Thread Starter cafeprint

    (@cafeprint)

    https://www.cafeprint.com.sg

    i tried the code, but perhaps the 4 small buttons am i able to shift the position? Either center or right aligned.

    Hi,

    Please use a code inspector tool to determine the styles you need to override. I provide only tips on theme modifications.

    If you are not CSS savvy person I suggest you hire a web designer to help you with your website modifications or perhaps read tutorials at https://www.w3schools.com/css/

    You can use this CSS code to get you started:

    .site-banner .slick-slider .slick-dots {
      padding-right: 0;
      text-align: center;
    }
    

    Regards,

    Oliver

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove banner navigation button’ is closed to new replies.