Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. //Copy flatsome theme file to child theme and add below code code to it.
  2. themes/flatsome/woocommerce/cart/cart.php
  3.  
  4. Search this line <div class="col large-7 pb-0 <?php echo $main_classes; ?>">
  5. and replace it with <div class="col large-12 pb-0 <?php echo $main_classes; ?>">
  6.  
  7.  
  8. Search this line <div class="cart-collaterals large-5 col pb-0">
  9. add replace it with below code
  10. <div class="cart-collaterals large-7 col pb-0"><h2>My Custom stuff will be there</h2></div>
  11. <div class="cart-collaterals large-5 col pb-0">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement