Okay
  Public Ticket #1667392
Few requests
Closed

Comments

  •  1
    Justboul started the conversation

    Hello, 


    I have three requests about different subjects. 

    The first one is about the product information. It would be more clear if you watch the file attached. 

    I would like to take off all these informations that you can see with a red cross on the picture. For the stock, I want to make sure that I can manage it. I want to be sure that the product is marked unavailable when everything is sold out but at the same time I don't want the customer to see the stock (like the picture).

    The second one is about the TVA. I don't understand why the customer pay a TVA even if I write no TVA and Zero Taxe. You will see on the picture TAX Problem, what I mean. I would like customer to pay only expedition fee and no TVA (1 euro)

    The third one is about the typography, how can I do to only change the typography of the menu ? 

    Thank you so much for your help :)


  •  1,559
    Laborator replied

    Hi there,


    1. You can hide the categories through CSS, by adding the code below to Custom CSS:

    .woocommerce .summary .product_meta {
        display: none;
    }
    

    But don't worry as I already have added it to your site.

    To manage or disable the stock management you have to check WooCommerce settings as this is not managed by the theme, see this screenshot of how I disabled the stock management from showing in the item page:


    (view large version)

    2. I am sorry but this has nothing to do with the theme, if you have problems with the shop or any questions ask the WooCommerce team directly. The theme is only the aesthetics of the site while the functionality of the shop is all managed by WooCommerce and Kalium is adapted for it.

    3. Enter any font in the typography area and select from the selectors on the list, see image:


    (view large version)

    It depends on which menu you are using and which of them you want to manage the typography.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    Justboul replied

    Thank you so much for all these answers :) ! 

    I will see directly with woocommerce for TVA problem. 

    I have a two other requests : 

    - Could you please tell me how I can put effect on the images ? I want to see that there is a link available on the four pictures.

    - Which category should I put on typography area to change the police of the text "Les produits d'Anita Petits Pois" (all the separator thing on the main page actually) ?

    One more thing, I already did a ticket about the language of the paiement area. It's back in english since I wrote the second ticket. Do you think it's normal ?

    Attached, the pictures of the images and the text concerned.

    Thank you again :)

  •  1,559
    Laborator replied

    Hi there,

    1. I didn't understand what you want to do with the images, do you want to link them or add effects to them? 

    2. You can add this as a selector and then manage the font with it:

    .lab-divider.divider-type-1 .lab-divider-content span
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    Justboul replied

    I would like to add effect to see that is a link for something and not only a picture. I already found the effect when you open the page but it's not this thing that I would like. 

    Thank you for your answer for the font !

  •  1,559
    Laborator replied

    Hi Justboul,

    It is detected that it is a link because when you hover on it you can see that the mouse cursor changes (example).

    If you want, you can add a CSS code that will make the opacity lighter when you hover in those images, to do that you can add this CSS code to your Custom CSS area:

    .wpb_single_image .vc_figure a:hover img {
        opacity: 0.9;
    }

    This was a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area but I wanted to assist you this time though :)

    Have a great day!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group