#18114
Sushil Adhikari
Moderator

They are there, just behind the curved graphic which is layered on top. It appears you are using the “flexslider” plugin? The trick is to get them to float above the curve and that means having to make some edits such as adding this from the original Celestial pro theme:

.responsive-slider.flexslider .flex-control-nav  {
	bottom:15%!important;
	z-index:9999;
}

Only problem is that it totally ignores the z-index which means something is affecting it and won’t allow it to sit in the curve but on top of it. You might want to check out the free Widgetkit plugin (which I have a video tutorial for that for this theme. The styling I have for it does put the dots on top of the curved graphic (in the curved area).