thierryc/react-fullpage

How to styling Navigation?

SandiSopian opened this issue · 1 comments

I'm trying to style the dot in navigation, but styling is not working
Nb: I cant put code here, the code disappears when I paste in post, so I put this img link url.
Thx for attention

https://images2.imgbox.com/13/b3/ef53nqwv_o.png

you cant... but i found a work around you can put the navigation around a div and give it a class

.nav-dots {
    > div {
        style: !important;
        > div > div {
            style: !important
            &[style*="width: 14px"] {
                style: !important;
            }
        }
    }
}

this is done using scss but should be possible to be rewritten or using a converter to css

the !important is important because of the inline css