Jump to content

Any Ideas (Cache Folder)


Recommended Posts

I had an issue with the link button on the image slider where it wouldn't cover the text fully.

I found the issue and fixed it from changing:
 

#homepage-slider .bx-wrapper a{display:block}

Changing to:
 

#homepage-slider .bx-wrapper a{display:inherit}

The only issue I am concerned about it the folder it is in:
themes/Shop/cache/(your file)

Will this keep reverting back because it is in this cache file?

Link to comment
Share on other sites

file you modified is there temporarily.

it's a cached file where the all css files are minified into one file.

 

turn off ccc for css (preferences > performance tab in BO) and then you will see correct path to file.

  • Like 1
Link to comment
Share on other sites

file you modified is there temporarily.

it's a cached file where the all css files are minified into one file.

 

turn off ccc for css (preferences > performance tab in BO) and then you will see correct path to file.

Yes I remembered about 20mins ago. So what I will do from now is just turn it off when I am editing something and turn it back on when I am done ☺

Link to comment
Share on other sites

×
×
  • Create New...