Home Forums Themes Support Gecko PRODUCTS PAGE

Viewing 2 reply threads
  • Author
    Posts
    • #21829

      Hi,

       

      I would like to change the color of the arrows on the products page from the black arrow markers to white arrow markers.

       

      I have attached the image of my current arrow markers which are black.

       

      is there a CSS i can use to change them to white?

       

      Thank you.

      Attachments:
      You must be logged in to view attached files.
    • #21841

      Hi,

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

      .slick-prev::before, .slick-next::before {
      	color: #000;
      }
      .slick-prev, .slick-next {
      	background: #fff !important;
      }

      Best regards

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

      • #21944

        Thank you.

         

        Can you help me with the color # codes to make the indicator transparent grey, and the arrows black?

         

        Thank you

    • #21955

      Hi,

      Please change code to

      .slick-prev::before, .slick-next::before {
      	color: #000;
      }
      .slick-prev, .slick-next {
      	background: rgba(0,0,0,0.2) !important;
      }

      Best regards

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

Viewing 2 reply threads

You must be logged in to reply to this topic.