I can see the theme-specific CSS area, but I can’t see any theme-agnostic CSS area. Am I doing something wrong?
]]>Is there a tutorial or documentation?
]]>Hallo Nick,
I’d like to have a different background image for my pages.
I tried with the two codes written here below.
But work only with the Homepage . With the id code of an ‘ other page don’t work .
I have the Twenty Twelve Theme
body.home {
background-image: url(“https://www…./wp-content/uploads/2016/03/….jpg”);
background-repeat: no-repeat;
background-attachment: fixed;
}
——————
.home #main
{
background-image: url(“https://www…/wp-content/uploads/2016/02/….jpg”);
background-position: center bottom;
background-repeat: no-repeat;
}
thank you very much
Giovanni
Looks like with the new 4.3 customizer there’s an issue where using slashes in the content rule get stripped out. So…
content: '\35';
becomes
content: '35';
Which is unusable for this purpose. Love this plugin and recommend it often. Hope there’s a relatively easy fix. Thanks!
]]>assuming this is a bug.
“Custom CSS” tab shows ing the customizer sidebar however when clicking on the down arrow. A space opens, but no place to enter css.
Theme used: Blogbox