• Resolved luccisa

    (@luccisa)


    I seem to be having an issue with Caching, but not sure. Changes I am making to things like the background color are not showing up on the front side of the site. If I look at the style.css it shows I have set the background to #FFF which should be white, but when you view the site the background is still black. If I inspect the element it shows the background color is still #000. I made the changes 4 days ago, but still nothing has updated. I am not sure what is causing this and any help will be very welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter luccisa

    (@luccisa)

    I think this is not a cashing issue. It seems to be an issue with the background color and the header color. For some reason if I change them in the CSS editor or the Theme Customize there is a long delay (several days to a week) before the changes appear. All other changes are instant.

    I am changing the header color here and both are set to #000 which should be Black, but are instead currently white.

    #wrap {
    	margin: 0 auto;
    	padding: 0;
    	position: relative;
    	background-color: #000;
    }
    .header_container {
    	background: #000;
    	margin: 0 auto;
    	max-width: 1200px;
    	min-height: 88px;

    Did I miss something or am I changing this in the wrong place?

    Theme Author Template Express

    (@danstriker)

    can I please have your url?

    Thread Starter luccisa

    (@luccisa)

    Hi, this issue is somewhat resolved, but I appreciate the effort. I will make it resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Caching Issue’ is closed to new replies.