jeherve
-
Where is the Wordpress Jetpack Custom CSS file?
This should work: .class { background: url('http://domain.co.uk/wp-content/images/image.png'); } .another { background: url('/wp-content/images/image.png'); }
-
Where is the Wordpress Jetpack Custom CSS file?
where would I find the new jetpack-generated Custom CSS stylesheet file? The Jetpack Custom CSS module stores your custom CSS in your database, so you won't be able to find a stylesheet file anywhere on your site. That file is generated dy…