Skip to main content
1-Visitor
April 2, 2020
Solved

Remove border on toggle button and 2D image

  • April 2, 2020
  • 1 reply
  • 1224 views

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!

 

 

therealSy_0-1585840707250.png

 

Thanks,

Sy

 

Best answer by sebben

Hi,

drag a gridLayout in you panel an put you elements in different rows. That will remove the lines.

1 reply

sebben14-AlexandriteAnswer
14-Alexandrite
April 2, 2020

Hi,

drag a gridLayout in you panel an put you elements in different rows. That will remove the lines.

therealSy1-VisitorAuthor
1-Visitor
April 2, 2020

Hi,

Wonderful.  I really appreciate your help on that!

Thanks.,

Sy