- This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Photo Perfect › Font-Awesome and the social menu – 500px and other logos
Tagged: buttons, font, font awesome, social menu
Hi,
Photo Perfect is such a great responsive theme. Thank you for this materpiece. I’m no pro-coder but i managed to tweak it in a way, that fits all my needs. But one thing is left, that bothers me:
Please take a look at the social menu in the footer of ginj.de. The facebook- and Instagram-Logos appear. But 500px for example doesn’t. The Font-Awesome font contains this logo (as far as i understand it) but the menu only shows a chain-symbol. The same is true for DigitalRev (i guess this logo isn’t part of the font).
How can i fix this? Or how can i change the content of these buttons from a font to e.g. png-graphics?
Thank you and kind regards
Christian
Hello @ginjiblog,
Thanks for the appreciation. I would like to inform you that only popular social media’s icons are coded in the theme. That’s reason why rest of the icons doesn’t show-up properly. For example facebook icon is shown through following line of CSS code.
.photo_perfect_widget_social ul li a[href*="facebook.com"]:before {
content: "\f09a";
}
However, you can add your code with appropriate content inside style.css to show any font-awesome icon. The best way to make changes like this to a theme is to use a Child Theme, so your tweaks won’t be overwritten when updating the theme.
Let us know how it goes.
Regards,
Thank you so much.
Well, that was quiet easy. I was thinking far to complicated inintially. To round things up for other readers:
This code has to be changed as well for the colour of the hover-effect:
.photo_perfect_widget_social ul li a[href*="facebook.com"]:hover {
background-color: #3b5998;
}
Regards
Christian
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |