Custom Visibility of Dots in the Carousel
-
Dear @alexfirs
you could dop that with CUSTOM CSS:.slug-XXX #fp-nav { display: none; }XXX is the slug of that page

This page has
.slug-fullscreenbecause the name is Fullscreen.Hope I could help.
Best!
Marius
-
Dear @alexfirs
you could dop that with CUSTOM CSS:.slug-XXX #fp-nav { display: none; }XXX is the slug of that page

This page has
.slug-fullscreenbecause the name is Fullscreen.Hope I could help.
Best!
Marius
@mariusjopen
unfortunately it did not work. can you plz take a look?
http://alexfirs.com/home -
Dear @alexfirs
I cannot see the navigation dots which you were talking about?
Can you help me with this?Best!
Marius
-
Dear @alexfirs
I cannot see the navigation dots which you were talking about?
Can you help me with this?Best!
Marius
-
Dear @alexfirs
I cannot see the navigation dots which you were talking about?
Can you help me with this?Best!
Marius
hey @mariusjopen,
I've figured it out:
it was not
.slug-XXX #fp-nav {
display: none;
}but
.flickity-page-dots {
display: none;
} -