Hi guys,
I would like to add a couple of social media icons to the top of the template (pinterest,instagram)
There is a fair amount of documentation on this issue in the forum, but not specifically inside a Child Theme of Propulsion.
1. I have made a couple of icons and added them to the 'images/layout' folder.
2. I have created a new child theme: (see code below)
/*
Theme Name: Propulsion Child
Version: 2.0
Description: Child theme for Propulsion.
Author: Kriesi
Author URI: http://www.kriesi.at
Template: Propulsion
*/
/*This is the code to add another icon to the top header for pinterest*/
.social_bookmarks .pinterest a{background: transparent url(../images/layout/icon-pinterest.png) 0 0 no-repeat;}
3. But this is where I get stuck, because next I need to add some code so it knows what URL to look for, and also does it need to sit under any other code: ie: .social_bookmarks
My assumption is that it is something like this:
/*This is the code to list the pinterest URL*/
<li class='pinterest'>">/images/layout/icon-pinterest.png" />
Also I understand that I need to 'activate my child theme' after this for it to function but the code to get the URL needs to be put somewhere and that's where I am out of my depth.
---- OR -----
Do I just use the custom.css file. It tells me my child theme is broken as it says 'The parent theme is missing. Please install the "Propulsion" parent theme."
I currently only have a stye.css and the screenshot. I assume I need some kinds of functions.css file?
---- OR -----
Do I just forget it and edit the layout etc pages in editor?
Thanks heaps! Seems to be a cool theme!














