Home Forums Themes Support Claue iPhone Layout Issues

Viewing 1 reply thread
  • Author
    Posts
    • #18478

      For iPhone layout I would like to be able to adjust cursor colour which appears blue (normally is the same colour as the font).  When viewing mini cart on iPhone the bottom border for the image does not go full width across the table.  Screenshots attached.

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

      Hi,

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

      @media only screen and (max-width: 767px) {
      .fa-plus::before, .fa-minus::before {
      	color: #999 !important;
      }
      }

      2. I saw you add the code

      Please add below code

      @media only screen and (max-width: 767px) {
      .product-thumbnail {
      	max-width: inherit;
      }}

      Best regards

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

Viewing 1 reply thread

You must be logged in to reply to this topic.