Dot shows next to slider banner

Hi,

I’ve made changes so that the slider shows on all pages, however on all pages other than the homepage a dot shows to the left of the slider and I cannot figure out how to remove it.

Site: www.augustacareltd.co.uk

Can you advise what I need to change?

Thank you in advance,
Michael

Hello there,

I hope you are doing well today.

What alterations have you made to the slider to have it work on all pages?
One of those changes may be allowing the slider to show the dot for each slide which is treated as a list item.

Best Regards,
Support

Hi,

I changed the line from is_front_page to is_page in the file called extras.php that you can find in sparkling folder >> inc as per another post on this site.

Thanks,
Michael.

hey there

Please add this CSS in appearance - customize - additional CSS

.flexslider ul {
top: -24px;
position: relative;
display: inline;
}

Thanks!
Colorlib Support Team