I need to change product content show - by Syed Ashraf Khalid

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

  • Avatar: Syed Ashraf Khalid
    Syed Ashraf Khalid
    Participant
    June 18, 2020 at 06:43

    I need to change my product content style in the form of card currently show only product picture and heading I want to to show product image and heading and price of a product in the card please help me as soon as possible.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 18, 2020 at 07:08

    Hello,

    Thanks for using our theme.
    Please provide a screenshot for a better understanding your request. Thanks in advance.
    Lightshot Screenshot tool https://app.prntscr.com/en/index.html makes screenshots and generates links then you can provide links of screenshots here.

    Regards

    Avatar: Syed Ashraf Khalid
    Syed Ashraf Khalid
    Participant
    June 19, 2020 at 18:13

    I need to change this product content style
    My Content

    to this product content layout
    Desired layout

    kindly provide me code so I can able to implement in my website as soon as possible.

    I hope you understand…

    Thanks in Advance

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 20, 2020 at 09:11

    Hello,

    You can select Product Content Effect (try Booking type) or create a custom one (using WPBakery Grid builder) in Theme Options > WooCommerce (Shop) > Shop > Products style.
    Border radius and shadow can be added by this custom CSS code

    .products-loop .product .content-product , .carousel-area .product-slide .content-product {
        box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
        z-index: 2;
        transform: translateY(-5px) scale(1.007);
        border-radius: 5px;
    }

    http://prntscr.com/t37c7u

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘I need to change product content show’' has been successfully resolved, and the topic is now closed for further responses

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