Click on Careers
Not sure why these slider nav dots are Aqua. Oh, and they don’t show up in Webflow preview, only when sent to the server.
Here is my public share link: https://preview.webflow.com/preview/quantifind?preview=eb9ea2053ddbd73ac9f3ddc57a68a688
(how to access public share link)
samliew
(webflowexpert.com)
2
You have custom code overriding the dot styles.
<style>
.w-slider-dot {
background-color: teal;
}
.w-slider-dot.w-active {
background-color: aqua;
}
</style>
That I suspected. How do I get to it?
Got it. In the page level custom code section. Thank you.