Last active
September 6, 2019 06:37
-
-
Save imran-khan1/1463714a4400f6801a5e7b3805b6fe61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Copy flatsome theme file to child theme and add below code code to it. | |
themes/flatsome/woocommerce/cart/cart.php | |
Search this line <div class="col large-7 pb-0 <?php echo $main_classes; ?>"> | |
and replace it with <div class="col large-12 pb-0 <?php echo $main_classes; ?>"> | |
Search this line <div class="cart-collaterals large-5 col pb-0"> | |
add replace it with below code | |
<div class="cart-collaterals large-7 col pb-0"><h2>My Custom stuff will be there</h2></div> | |
<div class="cart-collaterals large-5 col pb-0"> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment