How to change Heading Background Transparency on Fusion Slider?

T change Heading Background Transparency on Fusion Slider follow this: 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.

How to change Heading Background Transparency on Fusion Slider? Read More »

Convert Plus Plugin Security Update

The Brainstorm Force team, developers of the popular Convert Plus plugin which is bundled with Avada, has released a security update for their plugin bringing the latest version up to 3.4.3 3.4.4 3.4.5. Their development team has worked diligently with the WordFence team over the last couple of weeks to address and rectify a vulnerability […]

The post Convert Plus Plugin Security Update appeared first on ThemeFusion | Professional Website Tools.

Convert Plus Plugin Security Update Read More »

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:

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

Add shadow text to Fusion Slider

Log into WordPress and navigate to: ‘Avada’ > ‘Theme Options’ > ‘Custom CSS’. In the Custom CSS field enter this text: /* fusion slider font styling*/ .tfs-slider .slide-content-container .fusion-sep-none h2, .tfs-slider .slide-content-container .fusion-sep-none h3{ text-shadow: 2px 2px 2px #000000; } Set the ‘text-shadow’ property to whatever you want. In this example it’s set to 2px

Add shadow text to Fusion Slider Read More »

Give your title bar text a shadow in WordPress Avada theme

Log into WordPress and navigate to: ‘Avada’ > ‘Theme Options’ > ‘Custom CSS’. In the Custom CSS field enter this text: /* page title bar font styling*/ .fusion-page-title-bar .fusion-page-title-row h1 { text-shadow:2px 2px 2px #000000; } Set the ‘text-shadow’ property to whatever you want. In this example it’s set to 2px pixels and black shadow.

Give your title bar text a shadow in WordPress Avada theme Read More »