Theme Fusion News

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 »

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 »

Avada Compatibility Update For WordPress 5.6

Compatibility with WordPress is at the center of every theme and plugin developer’s mandate, and here at ThemeFusion, this is no different. We consistently advocate via social media and our support channels for all Avada users to ensure that their theme and plugins are kept up to date at all times. WordPress 5.6 And […]

The post Avada Compatibility Update For WordPress 5.6 appeared first on ThemeFusion | Avada Website Builder.

Avada Compatibility Update For WordPress 5.6 Read More »

How to Fix the ‘Sorry, This File Type Is Not Permitted for Security Reasons’ WordPress Error

If you encounter the “Sorry, This File Type Is Not Permitted for Security Reasons” error when trying to upload a file to the WordPress Media Library, be rest assured that it’s there for a good reason, and is easy to fix. In this article, we will explain why this restriction occurs. We will list various […]

The post How to Fix the ‘Sorry, This File Type Is Not Permitted for Security Reasons’ WordPress Error appeared first on ThemeFusion | Avada Website Builder.

How to Fix the ‘Sorry, This File Type Is Not Permitted for Security Reasons’ WordPress Error Read More »

Change Image Rollover font size and line height in Avada theme

If you would like to change the rollover font-size and line-height in a portfolio grid here’s how with a little CSS. Log into WordPress > Avada > Theme Options > Custom CSS Copy the CSS below into the “Custom CSS” field and click “Save”: fusion-rollover-title { font-size: 44px !important; line-height: whatever; } And if you

Change Image Rollover font size and line height in Avada theme Read More »