Hello, thanks for this all!
Homepage description
Knackedgary – I have that shortcode sitting around the description text. I do have a different slider above the description, which is a plug-in, but it was displaying the same way before I added the plugin.
Social links
I am using a child theme but haven’t changed the code for any of the social links at all. I’ve compared it to the original and the code is still the same. Do you think maybe the image files aren’t attached to the child theme?
Have copied the code below.
Thanks! S
#colophon .social-icon {
float:right
}
#colophon .social-icon a {
float:left;
width:30px;
height:30px;
opacity:1;
background-image:url(images/social.png);
background-repeat:no-repeat;
}
#colophon .social-icon a:hover, #colophon .social-icon a:active {
opacity:0.9}
#colophon .social-icon a.facebook {
background-position:-249px 0;
}
#colophon .social-icon a.twitter {
background-position:-280px 0;
}
#colophon .social-icon a.linkedin {
background-position:-93px 0;
}
#colophon .social-icon a.myspace {
background-position:-31px 0;
}
#colophon .social-icon a.googleplus {
background-position:-62px 0;
}
#colophon .social-icon a.dribbble {
background-position:0 0;
}
#colophon .social-icon a.skype {
background-position:-125px 0;
}
#colophon .social-icon a.flickr {
background-position:-187px 0;
}
#colophon .social-icon a.youtube {
background-position:-218px 0;
}
#colophon .social-icon a.rss {
background-position:-155px 0;
}
#colophon .social-icon a.vk {
background-position:-311px 0;
}
#colophon .social-icon a.email {
background-position:-342px 0;
}