Frequently bought together for woocommerce

This topic has 4 replies, 2 voices, and was last updated 2 days, 8 hours ago ago by Rose Tyler

  • Avatar: Yasir Alam 8Theme
    Yasir Alam 8Theme
    Participant
    July 3, 2024 at 12:30

    I want to display only product image and price or title should be limit with rows how does it possible?

    Files is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 3, 2024 at 13:23

    Hello,

    Thank you for reaching out to us with your query.

    To assist you more effectively, could you please provide the URL of the page related to your screenshot? Additionally, we would appreciate temporary admin access to your WordPress site.

    Thank you for your cooperation.

    Best Regards,
    8Theme’s Team

    Avatar: Yasir Alam 8Theme
    Yasir Alam 8Theme
    Participant
    July 4, 2024 at 00:13

    Please check the private content area

    Content is visible for topic creator and
    support staff only.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2024 at 06:16

    Hello,

    We appreciate your prompt response.

    Custom CSS code can be used:

    .bought-together-products-slider .content-product .product-title a {
        display: -webkit-box;
        -webkit-line-clamp: 1; /* Change this number to set the number of lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    > https://prnt.sc/isqDTOAbRie2
    https://xstore.helpscoutdocs.com/article/179-optimal-placement-for-custom-css-code

    Best Regards,
    8Theme’s Team

  • Viewing 4 results - 1 through 4 (of 4 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.