Perfect! Thank you!
M
michell
@michell
Posts
-
Dotted line css -
Dotted line cssHello!
I added a styling for the lines in css and it works for most browsers. But in safari and on the smatphone it doesn't work. Can you tell me what i have to change so it works everywhere?Thats the code i used:
.lay-hr {
height: 2px;
background-color: #ff0000;
background:
radial-gradient(circle closest-side, red 100%, #0000)
0/5px 100%; /* 20px = 20px + 20px */
}And this is the website:
https://amoreamore.online/home/Thanks!
-
Hide Shop Menu partlyHi,
I'm setting up a shop which is part of a Portfolio Website.
I only want the Shop menu to be visible on the Shop ralated pages.
How can I hide the menu on all other pages?