This topic has 4 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Robert Hall
Здраствуйте,
Подскажите, пожалуйста, как изменить border radius в Sales Booster?
https://prnt.sc/12e4rbw
С уважением,
Hello
You can change the Sales Booster CSS code by change in following CSS and add this code in Additional CSS
#sales-booster-popup {
position: fixed;
left: 20px;
bottom: 20px;
font-size: 1rem;
background: #fff;
z-index: 7;
max-width: 400px;
width: calc(100vw - 40px);
box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
transition: all .3s ease-in-out;
}
Robert Hall
Здраствуйте,
Спасибо! Я обновил код CSS
С уважением,
Hello
Your are welcome
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up