0
Welcome Guest! Login
0 items Join Now

Removing Unused CSS

  • Removing Unused CSS

    Posted 13 years 3 months ago
    • You know how you can pick between Light and Dark, is it ok to deleted the dark CSS files if I use the light? I am guessing nothing would get pulled from the dark if the light was chosen.

      Thanks
    • Love to Play Bingo Movie Drinking Games
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Removing Unused CSS

    Posted 13 years 3 months ago
    • You can, just as a matter of precaution, rename CSS files which you would like to remove and check if everything works correctly. Also, you can check source code of your web site and see if those CSS files which you want to remove are actually loaded or not. If not, you are free to remove them
    • Check my services at: Mihha-Vision
  • Re: Removing Unused CSS

    Posted 13 years 3 months ago
    • Thanks for the quick response, also, if you look at the site in my sig, the drop down menu at the top. I want the colour to be white for the drop down menu hover links. I have been trying to edit the code for hours and I can not seem to find the right file.
    • Love to Play Bingo Movie Drinking Games
  • Re: Removing Unused CSS

    Posted 13 years 2 months ago
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Removing Unused CSS

    Posted 13 years 2 months ago
    • Please disable any kind of caching and gzip compression you have on your site so I can tell you which file you need to change or find this in your css files:
      .menutop ul li > .item:hover span, .menutop ul li.active > .item span, .menutop ul li.f-menuparent-itemfocus > .item span {
        margin: -1px 0;
      }

      and change to this
      .menutop ul li > .item:hover span, .menutop ul li.active > .item span, .menutop ul li.f-menuparent-itemfocus > .item span {
        color: #FFFFFF;
        margin: -1px 0;
      }
    • Check my services at: Mihha-Vision

Time to create page: 0.068 seconds