Content Of The Slider In Edulif - The Circle - Question | JoomShaper

Content Of The Slider In Edulif - The Circle

R

radd

Template 1 year ago

Hi I wonder if I can change the graphics in the slider in Edulif. It's about the circle that appears with each new slide. I'd like to change this circle to a different graphic - is this possible? And if yes, then of course how or where to do it? Thank you in advance for your help.

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #160289

Hello radd

This circle has been added with CSS. You can change it in

Template Options -> Custom Code -> Custom CSS. For example, if your use this CSS, then it will be in square size.

.lassons-home-slider.sp-slider .sp-slider-content-align-left:after {
    border-radius:  0%;
}

Best regards

0