How to change the heading background’s transparency at the Fusion Slider.

When creating your Fusion Slide, the description says “Select this option if you would like a semi-transparent background behind your heading”. This shows you how to adjust the level of transparency or change it to opaque.

Avada > Theme options > Custom CSS

For 80% opacity

.fusion-title-sc-wrapper{background-color: rgba(255,255,255,0.8) !important}

or for 100% background opacity

.fusion-title-sc-wrapper{background-color: #ffffff !important}

Change to preferred color and opacity of course.

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.