By Michael Martin on Thursday, 14 August 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 576
Votes 0
I need to know how I can force EB not to use the site's background image in when creating new posts. Using the images makes it very difficult to see what your are typing.
Hello Michael,

May I know which part you are referring to? is it the editor's background? You might want to provide us your backend so we can have better look here. Please advise.
·
Thursday, 14 August 2014 10:13
·
0 Likes
·
0 Votes
·
0 Comments
·
I am referring to the background in the editor. See attached screen shot.
·
Thursday, 14 August 2014 20:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Michael Martin,

Sorry for late reply to this,
It seems like you have do some customization on your editor.css file.
I have help you replace the css to :
JoomlaFolder/templates/amc950_1/css/editor.css

body

{

background: #262626 url('../images/page.jpeg') fixed;

margin: 0 auto;

font-size: 13px;

font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;

font-weight: normal;

font-style: normal;

min-height: 100%;

left: 0;

top: 0;

cursor: default;

}

Replace with,

body

{

background: #F8F8FF;

margin: 0 auto;

font-size: 13px;

font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;

font-weight: normal;

font-style: normal;

min-height: 100%;

left: 0;

top: 0;

cursor: default;

}


Remember clear everything cache before you view the write entry page. Hope this help.
·
Friday, 15 August 2014 15:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post