Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to styling Navigation? #53

Open
SandiSopian opened this issue Jan 19, 2023 · 1 comment
Open

How to styling Navigation? #53

SandiSopian opened this issue Jan 19, 2023 · 1 comment

Comments

@SandiSopian
Copy link

SandiSopian commented Jan 19, 2023

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

@Drakarta
Copy link

Drakarta commented Jan 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants