Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
I have a couple of items in the 2D border of my experience. An image and a toggle switch. The iamge background is transparent as set in the saved .png file and the toggle button has had it's background set to transparent in CSS as shown below.
//Button Class
.my-button {
font-family: Titillium Web;
color: red;
background-color: transparent;
}
However, I am still getting these grey lines appearing between elements in the experience. Does anyone have any idea what they are and more importantly how to turn them off!
Thanks,
Sy
Solved! Go to Solution.
Hi,
drag a gridLayout in you panel an put you elements in different rows. That will remove the lines.
Hi,
drag a gridLayout in you panel an put you elements in different rows. That will remove the lines.
Hi,
Wonderful. I really appreciate your help on that!
Thanks.,
Sy