Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Edit editor colours
#1
Not Solved
This user has been denied support. This user has been denied support.
[Image: iqpUg.jpg]

The editor on my forum was editted when I got a new theme but it is very messy. You can't see the LARGE, EXTRA LARGE etc. on the font bar and you can't see what the names of the fonts if I wanted to change them. How would I change the text in them bars to black?

I know it's in the css but not sure where.

Thanks Smile
#2
Not Solved
You need to change the color in the css of the editor. It can be found here:
jscripts/editor_themes/<YOURTHEME>/stylesheet.css

The css elements are:
.messageEditor
.toolbar_dropdown
#3
Not Solved
This user has been denied support. This user has been denied support.
This might sound a bit blonde but where is jscripts? I checked themes and also templates?
#4
Not Solved
Its in your forum's root folder where you've installed your forum.
#5
Not Solved
The above is not the best solution as this will affect all your current or future themes using the same editor style. Personally I think it's a better idea to add theme specific changes to the editor in the global.css of your theme. Via ACP > Templates & Style > Themes > (click your theme) > global.css > Advanced Mode. Add this at the end:
.messageEditor .toolbar_dropdown 
{
color: black !important;
}
#6
Not Solved
This user has been denied support. This user has been denied support.
(2011-06-03, 11:13 AM)Aries-Belgium Wrote: The above is not the best solution as this will affect all your current or future themes using the same editor style. Personally I think it's a better idea to add theme specific changes to the editor in the global.css of your theme. Via ACP > Templates & Style > Themes > (click your theme) > global.css > Advanced Mode. Add this at the end:
.messageEditor .toolbar_dropdown 
{
color: black !important;
}

I tried the but it didn't change anything? hmmm strange
#7
Not Solved
(2011-06-03, 11:20 AM)activebf Wrote:
(2011-06-03, 11:13 AM)Aries-Belgium Wrote: The above is not the best solution as this will affect all your current or future themes using the same editor style. Personally I think it's a better idea to add theme specific changes to the editor in the global.css of your theme. Via ACP > Templates & Style > Themes > (click your theme) > global.css > Advanced Mode. Add this at the end:
.messageEditor .toolbar_dropdown 
{
color: black !important;
}

I tried the but it didn't change anything? hmmm strange

It's working on my localhost, so I know that it should work. Make sure you edited the right theme and that you reload your browser with Shift+F5 or Shift+Reload button.
#8
Not Solved
This user has been denied support. This user has been denied support.
It worked........

Great thanks mate.

Last problem..

The same thing happens with the video embed button?
#9
Not Solved
Also add this into your global.css:
editor_dropdown_menu
{
color: black !important;
}
#10
Not Solved
This user has been denied support. This user has been denied support.
hmmm didn't work???


Forum Jump:


Users browsing this thread: 4 Guest(s)