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 »