Hi,
Is there any reason why some css would stop working when logged out?
When logged in everything works fine, but when I log out certain styles break. Not all just some.
on example among many is I’m trying to add page backgrounds for different pages using css. An example is below. Ive set the main background to transparent in theme settings. However one some pages this css breaks. Also the log in modal window goes transparent but I’m unable to set it back to a white background using css.
Any help would be appreciated because I’m really scratching my head.
COPY CODE
.page-id-1388 .kleo-page #main {
background-image: url("http://cultexposure.com/wp-content/uploads/2015/06/bactivitypage.jpg");
background-repeat: no-repeat !important;
background-position: right top;
}