Search Divi Plus Documentation

Search for answers or browse our knowledge base.

All Topics
Print

DP Blog Slider: Convert arrow slider default background shape into circle

To convert default square background shape into the circle in Divi Plus Blog Slider module add the following CSS.

.dipl_swiper_navigation .swiper-button-next, .dipl_swiper_navigation .swiper-button-prev {
	border-radius: 50%;
	height: 42px;
	width: 42px;
}
Table of Contents