GreenixDesign Blog Resource

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 »

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 »