• Resolved SolutionsDEV

    (@solutionsdev)


    I am trying to use woo product carousel, but have 2 issues, the product image is not showing the title size is large.

    For the image, I am not sure what to do as based in settings it should show but it is not.

    For the title size, it is clear that it is using h2, which does not work for me as I am customizing it with large size. Is there anyway to changes it within the carousel? CSS should be fine.

    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @solutionsdev,

    Thanks for reaching us. Hope you are doing great today!

    We think the font size of the titles is styled from the theme’s default styling. It would be better if you could share the page link where you used the carousel. So that we could inspect the titles and find out the source of the styling.

    If you share the page link we will try to provide the necessary CSS to make the title larger.

    Have a great day!

    Thread Starter SolutionsDEV

    (@solutionsdev)

    Hello @pulak00,

    Thanks for your message. Upon inspecting the page, it does use h2, which is manually set using CSS, woocommerce single product title are using it and I increased the size of h2, since the carousel is using the same h2, the text has large size.

    On the other hand, in the product titles I am using <br> to control the flow of long titles, when inspected, this prevents the image from showing, I removed one from Actrim2 title to allow the image to show, so you can check it. The <br> tag is also an important part of the titles that we cannot remove.

    Please check these 2 points at: https://ardenhealth.com/development/slider-temp/

    Thanks and regards,

    Thread Starter SolutionsDEV

    (@solutionsdev)

    Hello @pulak00,

    Any news about this?

    Thanks,

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @solutionsdev,

    Thanks for contacting us. Hope you are doing great today!

    We have identified that the theme was affecting the styles of the product titles. The font-size of the theme has overridden the font-size of the plugin’s settings. You can avoid the scenario by using the following CSS.

    .wpcp-product-carousel .wpcp-single-item .wpcp-product-title {
        font-size: 16px !important;
        line-height: 23px !important;
    }

    For the line breaking of the titles, you can try the CSS ‘word-wrap‘ instead of using the ‘br‘ tag in the titles. You can remove the ‘br‘ tags and try using the CSS. You can contact the support for further assistance.

    Have a great day!

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi?@solutionsdev,

    This thread has been inactive for a bit, so I’m going to mark it as Resolved now. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Title Size & Image Issues of Woo Product Carousel’ is closed to new replies.