Could someone please advise on how to insert custom social media buttons into Liquorice theme.
many thanks
The blog I need help with is idylliquewed.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Could someone please advise on how to insert custom social media buttons into Liquorice theme.
many thanks
The blog I need help with is idylliquewed.com.
Are you referring to the social media icons in the top left of the theme?
If so, those are displayed with CSS, and you can view the CSS used for that in the Social Icons section in Appearance -> Custom Design -> CSS, then click "View the original stylesheet for the Liquorice theme".
https://s1.wp.com/wp-content/themes/pub/liquorice/style.css?minify=false
My best suggestion is to create the same sized single PNG image (122 x 79) with your custom icons, then you can update the background URL:
a.twitter {
background: url(images/social-icons.png) -1px 0 no-repeat;
}
a.twitter:hover {
background: url(images/social-icons.png) -1px -39px no-repeat;
}
...to the File URL in your Media Library.
This topic has been closed to new replies.