This topic has 8 replies, 3 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
Can you help with this?
https://wordpress.org/support/topic/facebook-chat-questions-css/#new-topic-0
I ask you because I’m asking for the same functionality from the ‘back to top’ button to be in the Facebook Messenger button.
Please help?
Hello,
Provide URL of page, where the FB button persists. We will try to help you with the custom CSS code.
Regards
Brilliant.
I have put the code in the headers and footer section. I have also installed the FB chat plugin. You don’t need the plugin to make the chat work. The code below (alone) will still enable Facebook chat.
I think if you look at the above code then tweak with CSS and disable the Facebook chat then you may be able to sort my above issue?
Hello,
Could you, please, clarify: you want to change the back to top button styles or FB chat button styles? Because we are able to help you only with the back to top button. FB chat button is outside the scope of our support.
Regards
Thanks Rosie for agreeing to help.
I have responded.
I look forward to your help with your CSS code.
Olga is right, and you did not provide a URL.
1) Appearance > Customize > Additional custom CSS code:
@media only screen and (max-width: 480px) {
.fb_reset {
display: none;
}
}
it will hide the button on mobile.
2) You can try:
.fb_dialog_content iframe {
width: 40px !important;
height: 40px !important;
}
#facebook .plugin svg {
max-width: 40px !important;
max-height: 40px !important;
}
if this doesn’t work, I can’t help with this, unfortunately.
3)
.fb_dialog_content iframe {
left: 0px !important;
}
4) I do not see such a possiblity.
Regards
You are correct. Sincere apologies, Olga. You know I think you and Olga are amazing 🙂
1) Thank you so much! Works perfectly.
2) Unfortunately, it didn’t reduce the button but I note your point you cannot help if it doesn’t.
3) Thank you so much! Works great but any ideas on how to make it go down a bit (so closer to the start menu) https://prnt.sc/10cfh59
4) Thank you anyway!
I look forward to a response.
You’re welcome! Thanks for being our customer 🙂
3) Add bottom: 5px !important;
in the code – https://prnt.sc/10cvvye
Regards
You must be logged in to reply to this topic.Log in/Sign up