Home Forums Themes Support Claue How To Change Color of Pin Maker Slider Arrows?

Topic Resolution: Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #25511

      Hey,

      how can I change the colour of the pin-maker slider arrows?

       

    • #25521

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .pm-slick .slick-arrow {
      	background: #65affa !important;
      }

      and change #65affa with your color.

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #25544

      Thank you very much, Harry.

      Much appreciated

    • #25545

      Beautiful, worked great. Could you also send me a code for the dots underneath the pin-maker grid slider and carousel?

       

    • #25557

      Hi,

      Please change prev code to

      .pm-slick .slick-arrow {
      	background: #65affa !important;
      }
      .pm-slick .slick-dots li button::before {
      	color: #65affa !important;
      }

      and change #65affa with your color.

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #25568

      Awesome, thank you!

Viewing 5 reply threads

You must be logged in to reply to this topic.