How to change the chat button width to 60px?
-
Hi,
I need the chat button width to be 60px.
While I managed to do this from the browser’s console:
jQuery('#YLC_chat_btn').css('width', '60px');
I have some troubles doing it from the level of theme’s functions.php file.
So far, I tried using:
–
jQuery(document).ready(function(){});
–jQuery(window).load(function(){});
–jQuery("#YLC_chat").click(function(){});
–jQuery("#YLC_chat_btn").click(function(){});
If possible, I need to do this without changes native plugin’s code.
Thank you,
Chris.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to change the chat button width to 60px?’ is closed to new replies.