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 Divi then please check out DiviLibs, containing links to over 70 Divi related websites and over 10 Divi Facebook groups.
More From Our Geek Blog
How to stop button animation on Divi slider
Add the following CSS to the general divi theme css .et-pb-active-slide .et_pb_slide_description { animation-name: none; }
How to set the height of the images in the divi shop module
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; }
Turn Off Icon on Hover Effect on Divi Contact Form Submit Button
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...
Hide Field Label on 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 information
Style Gravity Form Submit Button
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%...
Position Logo
To change the postion of the logo in Wordpress using css you can use #logo { position: relative; left:15px; top:20px; } #logo { position: absolute; left:15px; top:20px; }
Recent Comments