Meredith

Remove CSS assets from WooCommerce Blocks and Gutenberg Blocks

Instructions for Remove CSS assets from Gutenberg Blocks & WooCommerce Blocks   add_action( ‘wp_enqueue_scripts’, function() { wp_dequeue_style( ‘wp-block-library’ ); wp_dequeue_style( ‘wp-block-library-theme’ ); wp_dequeue_style( ‘wc-blocks-style’ ); }, 100 );    Log into a staging or locally hosted clone of your site. Install and activate Code Snippets plugin. WP Admin > Snippets > Add New Copy and paste the […]

Remove CSS assets from WooCommerce Blocks and Gutenberg Blocks Read More »

With Moxie: Up Your Freelance Business with Moxie’s Client Management Tools

As the freelance landscape continues to grow and evolve, staying organized and effectively managing client relationships becomes increasingly essential. Moxie, a company known for its innovative solutions, has developed a set of powerful tools designed to empower freelancers and solo entrepreneurs in the realm of client management. In this article, we’ll explore Moxie’s client management

With Moxie: Up Your Freelance Business with Moxie’s Client Management Tools Read More »

Change Avada Column Order on Mobile with CSS

Mobile First CSS /** * Fix the Staggered Problem for Mobile Stacking Order * * This is a mobile-first approach. */ @media all and (min-width: 767px) { #reverse-cols1 .fusion-builder-row.fusion-row { display: flex !important; flex-flow: wrap; flex-direction: row-reverse; } } You’ll need the rest of the tutorial with screenshots at the link below, thank you @Marklchavez,

Change Avada Column Order on Mobile with CSS Read More »