Thread: Custom CSS?
View Single Post
  #1  
Old 10-10-2011, 03:21 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Custom CSS?

This code is in the bottom of service.css
{if $custom_styles}
{load_defer file="css/custom_styles" direct_info=$custom_styles type="css"}
{/if}

It causing an issue in my template with detailed image thumbs.

<style type="text/css"> <!-- .dpimages-icons-box {width: 164px; } .dpimages-icons-box a, .dpimages-icons-box a:link, .dpimages-icons-box a:visited, .dpimages-icons-box a:hover, .dpimages-icons-box a:active {width: 78px; height: 54px; } --> </style>

where is this generated from, and why??? Seems like a comment would be nice to let me know what template or file to edit to get rid of this.
__________________
xcart 5.1.2
Reply With Quote