-
Hi,
I am using the Nomad starter site, but the svg maskin the images do not seem to work. Can you please help me with this?
I tried to change the svg in CSS to match the mask svg in media, but nothing happens.
.image-mask-1 {
-webkit-mask-image: url(https://gerrit.no/wp-content/uploads/2025/12/mask-1.svg);
mask-image: url(https://gerrit.no/wp-content/uploads/2025/12/mask-1.svg);
mask-repeat: no-repeat;
}.image-mask-2 {
-webkit-mask-image: url(https://sites.generatepress.com/nomad/wp-content/uploads/sites/201/mask-2.svg);
mask-image: url(https://sites.generatepress.com/nomad/wp-content/uploads/sites/201/mask-2.svg);
mask-repeat: no-repeat;
}Also, on the front page the arrow gets covered by the posts carousel. How can I fix this?
-
George
Hello.
.image-mask-2URLs still point to the starter site not your install.on the front page the arrow gets covered by the posts carousel
Which arrow is that?
-
Perfect, that fines the problem.
The arrow is below where it says: «mest leste artikler» right above the post carousel on the front Page. Look like the post carousel covers the lower part of the icon.
-
George
Ok, just set a z-index value of
2for the Home Hero container. -
Ok, perfect. I find this under advanced right? I cant find it there…
-
George
It’s under the Position panel. You can always search the control if you are not sure.

-
Awesome, thank you so much😁
-
George
No problem at all!
- You must be logged in to reply to this topic.