Thanks to Jeff, here is a nice little CSS snippet for turning the Divi Theme's slider module control "dots" into squares.
To use it, you just need to add CSS to Divi, like so:
.et_pb_slider .et-pb-controllers a {
border-radius: 0 !important;
}
This will be available in Divi Booster from version 2.0.1 onwards.



0 Comments