Skip to content

Instantly share code, notes, and snippets.

@divienginesupport
Created November 23, 2022 06:39
Show Gist options
  • Save divienginesupport/10b3cec3da2c1b26723c14dca67abf17 to your computer and use it in GitHub Desktop.
Save divienginesupport/10b3cec3da2c1b26723c14dca67abf17 to your computer and use it in GitHub Desktop.
Divi Machine Classifieds - Manually add border radius to element
/*
************************************************************************************************************
You can add this CSS directly on the module in Module > Advanced > Custom CSS > Main Element or
in the Divi Theme Options.
It is always best to add any CSS directly to your child theme or in the Divi Theme Options > Custom CSS area,
especially for loops layouts because we don't want the same CSS to load over and over on the same page.
If you add the CSS to Theme Options, make sure to assign a class to the module under Module > Advanced >
CSS ID & Classes and then preceed the CSS below with that Class Name.
************************************************************************************************************
*/
border-radius: 10px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment