Site logo

Archived topic

CSS Error in File - gp-premium/page-header/functions/css/metabox.css

1 reply · Started by Jared on May 17, 2018

Viewing posts 1–2 of 2

I was using CodeKit to compile my local dev environment and it erred out on the file gp-premium/page-header/functions/css/metabox.css On line 248 there is a miscellaneous period before the id generate_page_header_meta_box. The selectors read as follows:

.admin-color-coffee .#generate_page_header_meta_box .lcs_switch.lcs_on {
	background: #c7a589;
	box-shadow: 0 0 2px #c7a589 inset;
}

It should read:

.admin-color-coffee #generate_page_header_meta_box .lcs_switch.lcs_on {
	background: #c7a589;
	box-shadow: 0 0 2px #c7a589 inset;
}

Thanks for the heads up! Will get this fixed in the next version :)

This archived topic is closed to new replies.