Home Forums Themes Support Claue Left aligning social media links

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #15418

      -Need to move these icons to the left.

      -How can we add instagram?

      – how can we change the color of the “add bundle to cart” to match the color of the “add to cart” above?

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

      Hi,

      1. Please add custom css code in Claue > Theme Option > General Layout > Custom CSS

      .jas-wc-single .social-share { text-align: left;}

      2. The Instagram doesn’t support social share so can’t add Instagram to there

      3. Please go to Settings > WPA Product Bundles to change color of button

      Best regards

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

    • #15432

      For the below, we actually only need to left align on desktop and center align for mobile view.

       

      1. Please add custom css code in Claue > Theme Option > General Layout > Custom CSS

      .jas-wc-single .social-share { text-align: left;}

       

    • #15441

      Hi,

      Please change prev code to

      .jas-wc-single .social-share { text-align: left;}
      @media only screen and (max-width: 736px) {
      .jas-wc-single .social-share { text-align: center;}
      }

      Best regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.