Meredith

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 »

When it comes to selling products with your Avada website, the WooCommerce eCommerce plugin is king. The Automattic-owned giant is the most widely used WordPress e-commerce solution in existence, currently powering over 30% of all online stores. However, because of how great it looks out of the box, it’s very tempting to stick with the default display

Read More »

Avada Theme CSS Tricks

How to make the logo appear to hang beneath the main menu bar in Avada Theme

You can have a logo drop beneath the menu bar to give it some depth by adding following custom css. Theme options -> custom css .fusion-logo { margin-top: -5px !important; margin-right: 0px; margin-bottom: -42px !important; margin-left: 0px; } Click “Save all changes”, clear your browser cache and see difference on front-end. You can adjust the

How to make the logo appear to hang beneath the main menu bar in Avada Theme Read More »

WooCommerce Custom “Add to Cart” URLs

Add One Simple Product to Cart href=”https://yourdomain.com/?add-to-cart=14″ Now, make sure to change the domain name in the link, and the button will work out of the box. 1 product with ID=14 will be added to cart. Add One Simple Product to Cart with Quantity = 3 href=”https://yourdomain.com/?add-to-cart=14&quantity=3″ 1 product with ID=14 and quantity = 3

WooCommerce Custom “Add to Cart” URLs Read More »

Hide category meta in Avada product page

[fusion_builder_container hundred_percent=”no” hundred_percent_height=”no” hundred_percent_height_scroll=”no” hundred_percent_height_center_content=”yes” equal_height_columns=”no” menu_anchor=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” background_color=”” background_image=”” background_position=”center center” background_repeat=”no-repeat” fade=”no” background_parallax=”none” enable_mobile=”no” parallax_speed=”0.3″ video_mp4=”” video_webm=”” video_ogv=”” video_url=”” video_aspect_ratio=”16:9″ video_loop=”yes” video_mute=”yes” video_preview_image=”” border_size=”” border_color=”” border_style=”solid” margin_top=”” margin_bottom=”” padding_top=”” padding_right=”” padding_bottom=”” padding_left=””][fusion_builder_row][fusion_builder_column type=”1_1″ layout=”1_1″ spacing=”” center_content=”no” link=”” target=”_self” min_height=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” background_color=”” background_image=”” background_position=”left top” background_repeat=”no-repeat” hover_type=”none” border_size=”0″ border_color=”” border_style=”solid”

Hide category meta in Avada product page Read More »