Thread Starter
WP_Con
(@wp_con)
That did not work.
I added that to the end of the CSS code that was already there.
If I comment this line:
add_action(‘woocommerce_before_shop_loop’, ‘mesmerize_woocommerce_cart_button’, 5);
in wp-content/themes/mesmerize/inc/woocommerce/woocommerce.php
The button is gone, but of course I need to repeat that after each update.
I was hoping for a more permanent solution.
Thanks!
-
This reply was modified 5 years, 4 months ago by WP_Con.
Thread Starter
WP_Con
(@wp_con)
Found it!
Found this in the style.css and changed height from 300 to 180
#header{
margin: 0px auto 0px;
padding:0px;
height:180px;
}
Thanks for the great theme!