by Stuart | Jan 31, 2017 | CSS, Divi, WooCommerce
Add the following css to the general divi css section //To just remove the plus symbol .et_overlay:before { content: ” !important; } //To hide the overlay completely .et_overlay{ display:none; } Divi Websites and Facebook Groups If you are looking for more... by Stuart | Jan 31, 2017 | CSS, Divi, WooCommerce
Add the following css to the general divi css section and change ‘New Content’ to the text that should be shown instead .et_overlay:before { content: ‘New Content’ !important; font-family: arial !important; } Divi Websites and Facebook Groups... by Stuart | Jan 31, 2017 | CSS, Divi
In the general divi theme css add the following and change the max-width value to match that of the section #main-header .container { width: 100%; max-width: 70%; } Divi Websites and Facebook Groups If you are looking for more information on Divi then please check out... by Stuart | Jan 27, 2017 | Divi
On the testimonial module goto custom css and in the main element add the following css and do this for all testimonials that should be the same height, or create a class in divi epanal and assing the class to each of the modules. min-height: 300px !important; Divi... by Stuart | Jan 27, 2017 | CSS, Divi
Add the following CSS to the general divi theme css .et-pb-active-slide .et_pb_slide_description { animation-name: none; } Divi Websites and Facebook Groups If you are looking for more information on Divi then please check out DiviLibs, containing links to over 70... by Stuart | Jan 26, 2017 | CSS, Divi, WooCommerce
To remove icon from showing on divi woocommerce add to cart button add the following CSS to the divi themes css section .woocommerce div.product form.cart .button:after { display: none; } Divi Websites and Facebook Groups If you are looking for more information on...
Recent Comments