Editor toolbar modification
4 posters
Page 1 of 1
Editor toolbar modification
Hello, how do I modify the sceditor so that only the first three sub-menus appear for everyone please?
Last edited by Dollymixture on Wed 15 Feb - 5:43; edited 1 time in total
Re: Editor toolbar modification
There is no individual selectors for each group. You will have to add CSS codes that remove the individual buttons.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Editor toolbar modification
O.k. but where is the CSS code for the editor? I have looked in the CSS in the style sheet found under Display->Pictures and Colors>Forums basic CSS
but didn't find anything to do with the editor.
but didn't find anything to do with the editor.
Re: Editor toolbar modification
Hover your cursor over the buttons you want to remove and right click them. Click inspect element.'
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Editor toolbar modification
Ah, thankyou. I am on an iPad at the moment so couldn't do that! I will go on my PC and do it, thanks.
Re: Editor toolbar modification
like this?
- Code:
.sceditor-group:nth-of-type(4),
.sceditor-group:nth-of-type(5),
.sceditor-group:nth-of-type(6){
display:none
}
Ch@lo Valdez- Forumember
- Posts : 138
Reputation : 50
Language : spanish
TonnyKamper likes this post
Re: Editor toolbar modification
Where did you locate the numbers? I do not see them when I inspect the elements.Ch@lo Valdez wrote:like this?
- Code:
.sceditor-group:nth-of-type(4),
.sceditor-group:nth-of-type(5),
.sceditor-group:nth-of-type(6){
display:none
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Editor toolbar modification
@SLGray :nth-of-type(n) is a pseudoselector you can select elements in a list by position 1 = firstlement, 2 = next element, etc
you can hide the groups of buttons 4th, 5th and the last, 6th element in the list
you can hide the groups of buttons 4th, 5th and the last, 6th element in the list
- Code:
.sceditor-group:nth-of-type(4),
.sceditor-group:nth-of-type(5),
.sceditor-group:nth-of-type(6){
display:none
}
Ch@lo Valdez- Forumember
- Posts : 138
Reputation : 50
Language : spanish
Re: Editor toolbar modification
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» toolbar modification
» Editor toolbar is gone
» Strange problem with editor & toolbar and a script
» Editor toolbar buttons not showing up in Mobile Firefox
» Editor toolbar is gone[Bold italic and such] the background is stuck at white, and the sites text is white.
» Editor toolbar is gone
» Strange problem with editor & toolbar and a script
» Editor toolbar buttons not showing up in Mobile Firefox
» Editor toolbar is gone[Bold italic and such] the background is stuck at white, and the sites text is white.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum