Modify CSS for green line that appears when dragging a block into the canvas #3833
-
Hi guys! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Ping |
Beta Was this translation helpful? Give feedback.
-
This is how you would change the color of the placeholder. .gjs-placeholder.horizontal {
border-color: transparent red;
}
.gjs-placeholder.vertical {
border-color: red transparent;
}
.gjs-placeholder-int {
background-color: red;
} |
Beta Was this translation helpful? Give feedback.
-
Hi, check our plugin - https://gjs.market/products/placeholder-2-0-new-dragging-effect-for-components |
Beta Was this translation helpful? Give feedback.
This is how you would change the color of the placeholder.