• Thank you for the beautiful KALE theme – I’m in love with it. I tried to ask a question on the forum, but for some technical reasons I could not send it, so sorry to write via e-mail. I have a problem with the product page in the store. Can I have the codes:
    1. to make the product title smaller
    2.Make the names of the colors and sizes larger
    3. to make the frame for entering the codes longer – by two or three lines
    4. so that the frame has a black frame
    5. Is it possible to do so that the categories are not displayed on the product page?
    I would be very happy if this could be changed
    Anna

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Anna,

    Thanks for reaching out, and thank you for using Kale- as well as for the very kind words! 🙂

    1. You can use this CSS in Appearance > Customize > Additional CSS to reduce the size of the WooCommerce product titles:

    .woocommerce div.product .product_title {
        font-size: 20px;
    }

    2. This should work for the names of the colors and sizes:

    .ywapo_label {
        font-size: 16px;
    }

    3 and 4. I’m not quite sure what you mean on these two items, would you mind describing them a bit more? Thanks!

    5. This should remove the categories on the product pages:

    .single-product .posted_in {
        display: none;
    }

    If you need anything else, just let us know- thanks again!

    Thread Starter ania1976

    (@ania1976)

    Great. Everything works. Thank you.
    But I still have such problems.

    1. Home page – text under the title – I would like it to be bigger

    2. Product card – frame / field for entering text – can this frame be more visible, darker

    3. The color of the text on the product card is gray – I would like to change it to black

    Thread Starter ania1976

    (@ania1976)

    And one more problem. I have long descriptions of product categories and I would like most of this text to be hidden and only after clicking “read more” the entire text would develop. I have this option turned on but it doesn’t work and I can see all the text

    Thank you

    Anna form Poland

    Hi Anna,

    The site seems to no longer be accessible…it’s hidden behind a “Coming Soon” page now, which makes it a little tough for us to be able to help. Would you mind either making the site accessible long enough for us to help out, or if you’d prefer to keep it hidden, sending temporary login info via a support ticket here?
    https://www.lyrathemes.com/support/

    Thanks so much!

    Thread Starter ania1976

    (@ania1976)

    Sorry, the website is now open

    Thanks Anna, that’s very helpful.

    1. This CSS should increase the size of the tagline beneath the title:

    .tagline {
        font-size: 24px;
    }

    2 and 3. You can use this CSS for your text input:

    .ywapo_options_container input[type=text] {
        color: black;
        border-color: black;
    }

    About an expanding description…I’m afraid the theme doesn’t include a feature for this, your best bet may be to reach out to WooCommerce support and see if they have any suggestions for this.

    Thanks again, and let us know if you need anything else! 🙂

    Thread Starter ania1976

    (@ania1976)

    Thank you very much for your help so far. I am so glad to be able to use your help and beautify my website.
    I still have questions about the product page:

    1. “color”: the names of the colors are very small, I’d like to make them bigger

    2. “text on the back” this frame has a black border (I got a code from you for which thank you) but in the “gift” field the frame has no border and I would like it to look like the first one.

    Here’s the product

    Saint Agatha – painting – HABAKUK art (smarthost.pl)

    Hi Anna,

    1. This CSS should work for the colors in the drop down:

    .woocommerce form .form-row select {
        font-size: 16px;
    }

    2. This should add the border to the textarea as well:

    .woocommerce form .form-row textarea {
        color: black;
        border-color: black;
    }

    If you need any further help just let us know! 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘shop on KALE’ is closed to new replies.