View Single Post
  #1  
Old 04-23-2016, 12:27 AM
 
cocopops cocopops is offline
 

Newbie
  
Join Date: Oct 2014
Posts: 7
 

Default How to add CSS to <Head></Head>

Hi,

A lot of 3rd party jQuery/Javascript plug-ins require you to put a line of code in between the <head> </head> tags.

For example, I have a 3rd party Google Maps Plugin that I want to use in a Static Page. It requires me to put the line:
<link rel="stylesheet" type="text/css" href="revolution/css/layers.css">

in between the <head> </head> tags.

My question: Where is the <head> </head> tag located?
Is there a specific template file for static pages where I can find the <head></head> tags?

I am using X-Cart Classic 4.7.5
__________________
X-Cart v4.4.3 Gold
X-Cart Mobile
Reply With Quote