Is your forum public?
Increase the size of shoutbox ( or modified tpl file of shoutbox)
-
Hi guys,
Being using the shoutbox plugin and it is awesome. I am wondering if I can change the size of the shoutbox. I tried to look for the tpl of shoutbox in admin widget page but it is not there. Is there anyway to change the size of the shoutbox?Thanks
-
@linan2332 if you want to increase the height of the shoutbox. You can just enter the below css in ACP -> Appearance -> Custom HTML & CSS
.shoutbox-content, .shoutbox-archive-content { height: 300px; }
-
Thanks for the reply!! and happy new year!
-
Is there anyway to Hide the hyperlink shoutbox in the shoutbox? I dont want user to click it and go to the route /shoutbox.
-
Figure it out
just do
.shoutbox .panel.panel-default .panel-heading .panel-title {visibility: hidden;}