Thread Starter
myt007
(@myt007)
You can find the .css file under /wp-content/plugins/fb-messenger/css/
You can create an image with the text you want below the icon and upload it at your wp-admin > settings > fb messenger.
Hope that helps.
Thread Starter
myt007
(@myt007)
i know were is css, what code i need to put 🙂 for moving more down the icon 🙂 to the bottom
You need to replace “top: 30%;” with “bottom: 30%;”
Thread Starter
myt007
(@myt007)
not working 🙁 stil on top stay
#fbMsg img {
position: fixed;
z-index: 9999; /* Sit on top */
right: 0;
float:right;
bottom: 30%;
margin-top: -25px; /* -(image_height/2) */
cursor: pointer;
width: 55px;
height: 55px;
}
#fbMsg-leftside img {
position: fixed;
z-index: 9999; /* Sit on top */
left: 0;
float:left;
bottom: 30%;
margin-top: -25px; /* -(image_height/2) */
cursor: pointer;
width: 55px;
height: 55px;
}
You need to clear your browser’s cache. Looks fine to me.
If you want it even lower, change 30% to 20℅