- 57
Hello Nop-Templates Team,
In the Admin Menu, I have added my "follow us on Instagram URL" to have the Icon displayed at the bottom of the page but there is nothing showing up. I have tried adding some code as suggested in the NopCommerce Forum as shown below but it still does not display anything. I see that the png Instagram.png file is already in the img folder under the NopArtfactory theme. Not sure if I need to also copy it under the core theme.
I have also tried to remove the following from my settings to see if this would change anything, but it did not: .footer-block.social-sharing {
display: none;
}
Thanks for your help as usual!
CODE COPIED FROM NOPCOMMERCE FORUM
(.footer-block.social-sharing {
display: none;
}
.instagram {
display: block;
width: 38px;
height: 38px;
background: url('../images/instagram.png') no-repeat;
font-size: 0;
}
) [b][/b]
In the Admin Menu, I have added my "follow us on Instagram URL" to have the Icon displayed at the bottom of the page but there is nothing showing up. I have tried adding some code as suggested in the NopCommerce Forum as shown below but it still does not display anything. I see that the png Instagram.png file is already in the img folder under the NopArtfactory theme. Not sure if I need to also copy it under the core theme.
I have also tried to remove the following from my settings to see if this would change anything, but it did not: .footer-block.social-sharing {
display: none;
}
Thanks for your help as usual!
CODE COPIED FROM NOPCOMMERCE FORUM
(.footer-block.social-sharing {
display: none;
}
.instagram {
display: block;
width: 38px;
height: 38px;
background: url('../images/instagram.png') no-repeat;
font-size: 0;
}
) [b][/b]