Three Column on Mobile - by josh - on WordPress WooCommerce support

This topic has 28 replies, 4 voices, and was last updated 2 years, 11 months ago ago by Rose Tyler

  • Avatar: josh
    josh
    Participant
    May 4, 2021 at 23:44

    4. How do I reduce the title of products in the cart https://prnt.sc/12hx6tu
    5. How do I reduce the product title in the search box https://prnt.sc/12hxcjs

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 5, 2021 at 13:48

    Hello,

    1) Edit columns using Elementor, for example – https://gyazo.com/353763733c012a1e69085897f659408b
    2) Try to contact the support of WooCommerce plugin.
    3) I can’t log in to your site. Please provide the correct credentials.
    4) Add the next code in Theme Options > Theme custom CSS:

    table.cart .product-details .product-title {
        font-size: 14px;
    }

    5)

    .ajax-search-form  .autocomplete-suggestion > a {
        font-size: 12px;
    }

    Regards

    Avatar: josh
    josh
    Participant
    May 5, 2021 at 20:52

    4,5. I mean to reduce the product title to 3 words as the text is plenty. so it can just display 1 line

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 6, 2021 at 13:53

    There is no such option, unfortunately.
    But you can try to change previous codes to:

    table.cart .product-details .product-title,
    .ajax-search-form  .autocomplete-suggestion .product-title  {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    Regards

    Avatar: josh
    josh
    Participant
    May 11, 2021 at 23:33

    I need support

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 12, 2021 at 07:18

    Hello,

    1) Registration is the WooCommerce default option – https://docs.woocommerce.com/document/configuring-woocommerce-settings/#accounts-and-privacy-settings and it does not have settings to add additional fields by default. So, look for third-party plugins that allow you to customize WooCommerce registration, for example https://woocommerce.com/products/custom-user-registration-fields-for-woocommerce/ or https://wordpress.org/plugins/custom-registration-form-builder-with-submission-manager/ or similar that suits your needs.
    2) For mobile only?

    Regards

    Avatar: josh
    josh
    Participant
    May 12, 2021 at 19:54

    2 for both Mobile and PC

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 13, 2021 at 07:33

    Hello,

    Add a custom class for a section, for example, bordered-images, then add custom CSS code:

    .bordered-images .elementor-widget-image img {
        border-radius: 50px;
    }

    Regards

  • 1 2
    Viewing 28 results - 21 through 28 (of 28 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.