How to tweek the slider?

Hello! I’ve been watching The Ultimate Web Design course and have been trying to recreate a website I built in Wix in Webflow. I feel like I’m having a sword fight in the dark.

I’m hoping someone can help me with the behavior of the slider.

In the tutorial video, the narrator doesn’t manipulate the color of the arrows nor the color of the dots in the slider nav. Mine are white against a white background and i cannot, for the life of me, figure out how to turn those dots blue. I have tried the obvious and the not-obvious. Somehow I was able to turn the arrows blue, but I have no idea how I did it.

Some help would be greatly appreciated.
Here’s a link to the site. The slider is at the bottom.
https://preview.webflow.com/preview/emmas-initial-project-517b78?utm_medium=preview_link&utm_source=designer&utm_content=emmas-initial-project-517b78&preview=ef9a2d8e03004aaabfc11f72fbe210e3&workflow=preview

Bonus points if someone can tell me why the website slides horizontally!
Thanks kindly.

Hi @Cymatic, I believe its not possible to change the slider dots color from the designer. try to add a code embed and copy this

.w-slider-dot {
	border: solid 2px #color-code;
}

.w-slider-dot.w-active {
	background-color: #color-code;
}

Hi, Denny!

Thanks a lot for your response. I appreciate it.