Need to add content to Head section for external widgets

Hi,
My client wants to use a review widget and an appointment scheduler widget on the site. The provided widgets have code that goes into the body section as well as a link to the css file for the widgets that needs to go in the head section.

How do I add content to the head section. I have tried adding it to the custom CSS section in the Theme Options, but that doesn't work. 

Here's a sample of the code that I need to add. <link type="text/css" rel="stylesheet" href="//www.demandforce.com/widget/css/widget.css" />. I just don't know where to put it since we don't have access to the files the way a regular html website would be set up. I'm using a child theme so is that something that I would put in the functions file for the child theme? If so, I don't know the necessary php code to do that.

Thanks in advance for your help.

Comments

Sign In or Register to comment.