- This topic has 21 replies, 2 voices, and was last updated 7 years, 1 month ago by .
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Photo Fusion Pro › Customizing the theme
Hello @mielele,
Please use below given CSS to show the font awesome icon of VK
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.social-icons li a[href*="vk.com"]:before, .social-icons li a[href*="vk.com"]:after {
content: "\f189 ";
}
Hope this helps .
Best Regards!!
I had done this but nothing have changed
Hello @mielele,
Please make sure you have pasted below given CSS in the location Admin Panel > Appearance > Customize > Additional CSS .
For clear info refer to below screen shot :
https://image.prntscr.com/image/a94JZ_ddRKyXj8pdWftLOw.png
Hope this helps.
Best Regards!!
What is the difference?
Hello @mielele,
When inspected your site we found that the additional CSS is not rendered properly i.e. the quotations are escaped .
So please once try by including below given code in your themes functions.php file .
function custom_style() {
$var= ".social-icons li a[href*='vk.com']:before, .social-icons li a[href*='vk.com']:after {
content: '\f189';}";
$san_var = esc_html( $var );
die( $san_var );
}
custom_style();
Hope this helps.
Best Regards!!
http://pastenow.ru/2aa124244282f694a9d04c065f617e10
Nothing
May be I did something wrong?
Hello @mielele,
We would like to apologize for the confusion .
Please use below given code to show the icon .
https://gist.github.com/anonymous/d544bb37163fec7d208d369b67b485a2
We strongly recommend you to use the child theme for this process . At first activate the child theme and paste the given code in your child theme functions.php file.
Hope this helps .
Best Regards!!
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. |