Slider underline nav numbers

I’ve managed to style my slider almost exactly as I wanted except one thing:
is it possible to have the active page number underlined?

Hi @Mowgli, thanks for your post. It is possible to make those underline, using some custom css, but we do not have support for marking the “active” slide. This is on our Wish list: http://forum.webflow.com/t/add-a-current-or-active-class-to-the-currently-displayed-slide/5586

To put the text decoration on the slider navlinks:

<style>

.w-slider-nav.w-num>div {

  text-decoration: underline;
}
 
</style>

Add this to the Header of your site in Custom Code from Site Settings: Custom code in head and body tags | Webflow University

Cheers,
Dave

ok thanks. Is it possible to completely remove or edit the squares that highlight the numbers? I know I can switch them to ovals but that’s not what I’m after. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.