Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
Thanks a lot that worked, And a last question,: my client now also want it voor the visual part. Do you also hav a code for that? And then I will silence myself for as long as possible… Grtz. Fred Hi, Yes no more, no less… Grtz. Fred And this does’nt work… .wp-editor-area { 
 font-size: 20px;
 }Still not working, I deleted the code from fuctions.php, It corrupted the complete website. Isn’t ther a simple code? It can’t be that difficult… Grtz. Fred Mm. The complet website is out of order… Error 500, what happened? GRtz. Fred Hey Victoria, Editor is on… GRTZ Fred Hey Jordan, I updated Enfold. I Thought it woeld warn me if there was a newer version in the backend. It didn’t… So now her is it with the latest version. Hoping you could help me out now. GTZ Fred Hi there, Thanks. I removed the codes. Hi, thanks but I can’t get it to work, surely it’s my lack of knoledge. This is what i did: I added in the Child Theme: In functions.php: function add_editor_style( $stylesheet = ‘editor-style.css’ ) { 
 add_theme_support( ‘editor-style’ );if ( ! is_admin() ) 
 return;global $editor_styles; 
 $editor_styles = (array) $editor_styles;
 $stylesheet = (array) $stylesheet;
 if ( is_rtl() ) {
 $rtl_stylesheet = str_replace(‘.css’, ‘-rtl.css’, $stylesheet[0]);
 $stylesheet[] = $rtl_stylesheet;
 }$editor_styles = array_merge( $editor_styles, $stylesheet ); 
 }I created editor-styles.css And coded: editor-style { 
 font-family: Consolas,Monaco,monospace;
 font-size: 18px;
 padding: 10px;
 margin: 1px 0 0;
 line-height: 150%;
 border: 0;
 outline: 0;
 display: block;
 resize: vertical;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 }Well it works prefectly. I had already tried that, but my visual back-end editor stopped working. So, I tried many other things. Now it asked me if I wanted something to whitelist what had to do with admin en Ajax (although I’m a Feyenoord fan, so I wasn’t surprised that Ajax corrupted the thing). Then it stopped messing up the back-end Thanks anyway, GRTZ Fred It’s http://www.socratezzz.nl. I want to hover for example over the image beneath the text: ‘Websites en Advies’ and when I go with my mouse over that image I want to show an other image. When I no longer hover, I want the image to change back to its original. Grtz. Fred 
- 
		AuthorPosts
