by Stuart | Sep 14, 2017 | CSS, Divi
Divi Titles Not Showing In Section – Row – Module Visual Editor If the edit section / row / module is not showing the titles, then you have probably set you H3 tag to be white text in the stylesheet. To fix this either in the theme stylesheet... by Stuart | Feb 14, 2017 | CSS
If the text on a button is not wrapping then the white space is probably incorrect. Try the following CSS to correct it: input[type=”submit”] { white-space: normal; } Divi Websites and Facebook Groups If you are looking for more information on Divi then... by Stuart | Feb 5, 2017 | CSS, Divi, WooCommerce
In the divi general css section add .woocommerce a.button:hover { padding: 0.3em 1em !important; } .woocommerce a.button:after { display: none; } Divi Websites and Facebook Groups If you are looking for more information on Divi then please check out DiviLibs,... 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...
Recent Comments