… i’m sorry.
It’s includet, i’ve seen it yet!
… is it possible to custumize the pattern-layout?
Hi Michel,
Thank you for choosing Master Slider.
You can choose a pattern overlay between 20+ available patterns. (please check out this screenshot)
If I could be of any further assistance, please let me know.
Best,
Averta
Hi,
thanks for support.
I want to get a pattern with smaller dots. Is it possible to costumize your available patterns?
Regards
Michel
Hi,
You cannot customize them. These patterns are images, and you can change the image url with CSS.
Add the one of the patterns, inspect it and find the classname. Then on Slider custom style, write something like the below code:
.ms-pattern.ms-patt-9 {
background-image: url (YourOwnImageURL) !important;
}
If you need any further assistance, please let me know.
Best,
Averta
Thank you!
i’ve edit the Masterslider.main and replaced the patter-30.
With that code in custom style it didn#t work.
But result is the same. Thanks so far!