Hi
I should insert the video "icon-googleplay" instead of the link icon but I can't find where to change the hml?
it's possible?
Hello,
There is an option to change this icon there, but you will have to modify the theme files, but we do not provide help with theme customization.
In that case, you should contact your web developer, and he will surely be able to help you with that.
Thanks
Hi,
thanks for your reply but i solved with the css without having to call hosting provider.
.icon-link:before {
content: '\e891';
}
sorry did not copy the css well
content: '\e891'!important;
I was thinking about a web developer ?
Sorry for the mistake, but I am glad that you sorted it out.
Best regards
no problem ... just solve ?
thank you very much
Comments
Hello,
There is an option to change this icon there, but you will have to modify the theme files, but we do not provide help with theme customization.
In that case, you should contact your web developer, and he will surely be able to help you with that.
Thanks
Hi,
thanks for your reply but i solved with the css without having to call hosting provider.
.icon-link:before {
content: '\e891';
}
Thanks
sorry did not copy the css well
.icon-link:before {
content: '\e891'!important;
}
I was thinking about a web developer ?
Sorry for the mistake, but I am glad that you sorted it out.
Best regards
no problem ... just solve ?
thank you very much