Lone Wolf Well-known member Sep 27, 2012 #1 Is there any way to remove the smiley dropdown from the text editor?
dtmcl Well-known member Sep 27, 2012 #2 .xenForoSkin .mceSplitButton { display: none!important; } Add that to extra.css Upvote 0 Downvote
Lone Wolf Well-known member Sep 27, 2012 #3 ShadyX said: .xenForoSkin .mceSplitButton { display: none!important; } Add that to extra.css Click to expand... This works but it removes the font colour option as well as the smiley button Upvote 0 Downvote
ShadyX said: .xenForoSkin .mceSplitButton { display: none!important; } Add that to extra.css Click to expand... This works but it removes the font colour option as well as the smiley button
dtmcl Well-known member Sep 27, 2012 #4 #ctrl_message_html_xenforo_smilies { display: none!important; } That should work Upvote 0 Downvote
Lone Wolf Well-known member Sep 28, 2012 #5 ShadyX said: #ctrl_message_html_xenforo_smilies { display: none!important; } That should work Click to expand... Thanks that worked great. Is there a limit to how much you can have in the extra.css file. Mine is getting quite large Upvote 0 Downvote
ShadyX said: #ctrl_message_html_xenforo_smilies { display: none!important; } That should work Click to expand... Thanks that worked great. Is there a limit to how much you can have in the extra.css file. Mine is getting quite large
dtmcl Well-known member Sep 28, 2012 #6 I don't think there is, I have thousands of lines of code in mine and everything is running perfectly Upvote 0 Downvote
I don't think there is, I have thousands of lines of code in mine and everything is running perfectly
Shelley Well-known member Sep 28, 2012 #7 Lone Wolf said: Thanks that worked great. Is there a limit to how much you can have in the extra.css file. Mine is getting quite large Click to expand... don't worry how much you have in there my whole style is in extra.css consisting of thousands of lines of css Upvote 0 Downvote
Lone Wolf said: Thanks that worked great. Is there a limit to how much you can have in the extra.css file. Mine is getting quite large Click to expand... don't worry how much you have in there my whole style is in extra.css consisting of thousands of lines of css
M MagnusB Well-known member Sep 28, 2012 #8 Lone Wolf said: Thanks that worked great. Is there a limit to how much you can have in the extra.css file. Mine is getting quite large Click to expand... There is no real limit on how many lines you can have there, but since it is loaded on every page load, I try to minimize the css for specific pages in that. It all depends on how much work you want reverting templates to be. Upvote 0 Downvote
Lone Wolf said: Thanks that worked great. Is there a limit to how much you can have in the extra.css file. Mine is getting quite large Click to expand... There is no real limit on how many lines you can have there, but since it is loaded on every page load, I try to minimize the css for specific pages in that. It all depends on how much work you want reverting templates to be.
Lone Wolf Well-known member Sep 28, 2012 #9 Thanks everyone. I was worried about the fact it loads every time and what effect that would have on load. Upvote 0 Downvote
Thanks everyone. I was worried about the fact it loads every time and what effect that would have on load.