This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
Found 27 errors in style.css
« on: March 02, 2018, 09:53:52 AM »
Ok, I was experiencing some lag when saving edited style.css. I decided to run a check on the css using wordpress css editor(has a function to figure out errors).

I found 27 errors and I managed to correct some. But this line of code I don't understand. I had to convert the ";" to "," to reduce 14 errors to 4 but I don't know if a function is affected.

Please figure our this line.
Code: [Select]
#photos ul li a:hover
{border:0px solid red; transition-duration: ï¿&#189,0.8s;-moz-transition-duration: �0.8s; -webkit-transition-duration: �0.8s; -o-transition-duration: �0.8s;
}

The line above flags 15 errors but if I change(I already did) the ";" to "," it gets reduced to 4.
« Last Edit: March 02, 2018, 12:12:08 PM by Engr Ogba Victor »

*

MB Themes

Re: Found 27 errors in style.css
« Reply #1 on: March 02, 2018, 10:04:12 AM »
@Ogba
How can be your site faster?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Found 27 errors in style.css
« Reply #2 on: March 02, 2018, 11:56:43 AM »
@Ogba
How can be your site faster?
Please look at it and give me exactly what the line should be. I don't really know what the transition line should be doing. Thanks

Marked as best answer by engr.victor on March 02, 2018, 08:56:34 PM
*

MB Themes

Re: Found 27 errors in style.css
« Reply #3 on: March 02, 2018, 12:26:34 PM »
Code: [Select]
#photos ul li a:hover {border:0px solid red; transition-duration: 0.8s;-moz-transition-duration: 0.8s; -webkit-transition-duration: 0.8s; -o-transition-duration: 0.8s;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots