Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3054139
Cartflows
Closed

Comments

  • Trust_supplement started the conversation

    Hello,

    I'm using Cartflows to make custom sales funnel with the Soledad theme and Elementor but I have a design problem. On the checkout page, it's as if the theme CSS overrides the design I made. See the screenshot. I've tried to use the Page builder template and the same problem persists. 

    Can you help me please? I've already contacted Cartflows and they tell me this: If the issue persists even after using this template, you will need to contact your theme author and see how you can disable their WooCommerce addon or module.

    Thanks

  •   PenciDesign replied privately
  •   Trust_supplement replied privately
  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form {
        flex-wrap: wrap;
        flex-direction: column;
    }

    Regards,
    PenciDesign.



  • Trust_supplement replied

    Thank you but I have the same problem...

  •  2,489
    PenciDesign replied

    Hi,

    Please try to add the following CSS code:

    body.cartflows_step-template #sidebar-sidebar-cart,
    body.cartflows_step-template .penci-sidebar-cart-close,
    body.cartflows_step-template .penci_woo_pages_breadcrumbs  {
        display: none;
    }

    Regards,
    PenciDesign.



  • Trust_supplement replied

    This one work! 


    Thank you for your help! :)