How to styling Navigation?
SandiSopian opened this issue · 1 comments
SandiSopian commented
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
Drakarta commented
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