Omit loading the style1.css file

April 2014 WordPress Theme
GK User
Fri Feb 20, 2015 3:00 am
Hi!
I would like to omit loading the style1.css file. How have to do it?
Thanks!
User avatar
Expert Boarder

GK User
Fri Feb 20, 2015 9:00 am
Hi,

Try to remove this line:
Code: Select all
<?php gk_head_style_css(); ?>

from John/layouts/header.php file
User avatar
Moderator

GK User
Fri Feb 20, 2015 5:27 pm
Hi!

If I do that does not load the style1.css file (which is what I want).
But neither the override.css file is loaded, and that file if I need it.

Thanks!
User avatar
Expert Boarder

GK User
Mon Feb 23, 2015 12:26 pm
In this case, try to remove this fragment from you gavern/config/styles.json:

Code: Select all
{
            "name": "Color I",
            "value": "color1",
            "file": "style1.css"
         },
User avatar
Moderator

GK User
Mon Feb 23, 2015 12:56 pm
Thank! :)
User avatar
Expert Boarder


cron