Meredith

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 »

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 »