Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Apparence issues questions

Topic Resolution: Resolved
Viewing 7 reply threads
  • Author
    Posts
    • #36522
      Nina M
      Support Expired

      Hello,

      We have some questions regarding the apparence on the theme, could you please help us.

      1/ In the “About us” page, we have an issue : there is a too big space just before the Title. We don’t know how to reduce this space because in the wording setting, we begin directly with “<h5>À PROPOS</h5>” ? Please see attached what we have

      2/ In every product category pages, the products are automatically sort by the latest, by default. Could we set up our specific order for each page somewhere please ? We don’t want to sort by popularity or by price, this sort is for the customers. We would like to manage which product is featured or not.

       

       

      Attachments:
      You must be logged in to view attached files.
    • #36530
      Harry
      Support Expired

      Hi Nina,

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

      .page-id-2904 .jas-page > div {margin-top: 0}

      Please edit the first row and change margin top

      2. Please go to Appearance > Customize > WooCommerce > Product Catalog > Default product sorting

      Kind regards

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

    • #36548
      Nina M
      Support Expired

      Hi Harry,

      Thanks so much for your answers.

      For 1/ it’s now ok 🙂

      For 2/ is it possible to order manually all the products ? Not with a rule like alphabetic name, price, new ones… We would like to customise the order regarding to what we want to sell for one period, which should be different for another period.

      + 3/ Could you please indicate us how to hide “additionnal informations” in the product pages ? (below description, please see attached Screenshot Question 3- )

      Thank you for your support

      Attachments:
      You must be logged in to view attached files.
    • #36559
      Harry
      Support Expired

      Hi,

      2. I’m sorry it doesn’t support manually sort, you can do manually by go to Dashboard > Product and drag product as order

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

      #tab-title-additional_information {
      	display: none;
      }

      Kind regards

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

    • #36563
      Nina M
      Support Expired

      Hi Harry,

      2/ Ok great find it ! Thanks !

      3/ This code doesn’t work. We still have “additionnal information” on product pages.

      Attachments:
      You must be logged in to view attached files.
    • #36566
      Nina M
      Support Expired

      Hi Harry,

      + 4/ Could you please indicate us how we can change the favicon for our website ? Where do we have to go please ?

      Thank you so much !

    • #36575
      Harry
      Support Expired

      3. Please change the code to

      #tab-title-additional_information,.additional_information_tab {
      	display: none;
      }

      4. Please go to Appearance > Customize > Site Identity and upload your favicon.

      Kind regards

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

    • #36580
      Nina M
      Support Expired

      All done !
      Thanks a lot !

Viewing 7 reply threads

You must be logged in to reply to this topic.