bubble-2 color

GK User
Fri Jul 24, 2015 10:15 pm
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!
User avatar
Expert Boarder

GK User
Fri Jul 24, 2015 11:00 pm
Hi, Expert member and you didn't heard about Firebug tool yet?
If this is default color, now try your CSS skills:
.bubble-2::after {
border-color: #e81f00 #e81f00 #e81f00 transparent;
}

.bubble-2 {
background: #e81f00;
color: #fff;
}
User avatar
Platinum Boarder

GK User
Mon Jul 27, 2015 4:43 pm
Thank you

It worked perfectly

regards
User avatar
Expert Boarder


cron