Hello,
Where can i change the color of bubble-2 div class? it follows the color of the selected template color but i want to change it to a personalized color
Thank you!
.bubble-2::after {
border-color: #e81f00 #e81f00 #e81f00 transparent;
}
.bubble-2 {
background: #e81f00;
color: #fff;
}