Hello, I have a few buttons on my site to make contact by whatsapp, but I have not the degree that they look green, can explain to me how to do it.
this is my site http://www.sandracalderon.co/hipnosis/
Hello, I have a few buttons on my site to make contact by whatsapp, but I have not the degree that they look green, can explain to me how to do it.
this is my site http://www.sandracalderon.co/hipnosis/
Hi There,
Please change the class you added to your button from :
.whatsapp
to
whatsapp
Please add the following code to Theme Options CSS
.x-btn.whatsapp.x-btn-flat.x-btn-pill.x-btn-regular {
background-color: green !important;
border-color: green !important;
}
Hope it helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.