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... by Stuart | Jan 25, 2017 | CSS, Divi
To set the height of the images in the divi shop module use the following CSS in the divi custom css section in the theme options .woocommerce ul.products li.product a .et_shop_image img { width: auto; margin: 0 auto!important; display: block; max-width: 180px;... by Stuart | Jan 24, 2017 | CSS, Divi
To Turn Off Icon on Hover Effect on Divi Contact Form Submit Button add the following css to your Divi->Theme Options->General Panel->Custom Css .et_pb_contact .et_pb_contact_submit.et_pb_button:after { display: none; } .et_pb_contact... by Stuart | Jan 22, 2017 | CSS, Gravity Forms
To hide the field label on gravity forms, first use the placeholder text to set the description and then set the CSS Class gf_simple_horizontal on the form Please refer to https://www.gravityhelp.com/documentation/article/css-ready-classes/ for more... by Stuart | Jan 22, 2017 | CSS, Gravity Forms
The following CSS can be used to style and position the submit button on a gravity form field. Please replace the FORMID with the ID of the gravity form e.g. body #gform_wrapper_2 body #gform_wrapper_FORMID .gform_footer input[type=submit]{ float: right; margin: 0 50%...
Recent Comments