Change Social Ico Glint

How do I change social icons? I need to change twitter’s to a download.
For Press Kit

Hey there

If we are talking about html templates you need to change html code in the files, have you tried this? what is your main problem? you cant find the social icon code or you cant change it? please come back with your page url

Hi.

I need to replace the behance icon with another. As of a download.

< li >
< a href=“https://1drv.ms/f/s!AuClUWI9PGDRgZww_dtpLic59sWjUg” target="_blank" >< i class=“fa fa-behance” aria-hidden=“true” >
< /i >
< span >PRESS< /span >< /a >
< /li >

Hey there

Please always include link to the page in your reply, we need to check this directly on your website

Hi,

Website:
www.wakandaarts.com.br

Hello,

You will have to upload the new image to the server then use this code to change the image:


.fa-behance:before {
    content: "\f1b4";
}

Best Regards,
Support

This

< li >
< a href=“https://1drv.ms/f/s!AuClUWI9PGDRgZww_dtpLic59sWjUg” target="_blank">< i class=“fa fa-behance:before {
content: “LOCAL\NAMEFILE”;
}” aria-hidden=“true”>< /i >< span >PRESS< /span >< /a >

Good evening

Still your question stays little bit unclear, but here are some info for you
you can change color by changing Behance sentence in the icon class, for example, you can use “download” instead of Behance, we are using font awesome free icons and you can check complete list here:

if you want to achieve something else please clarify

Thanks! =)

:slight_smile: is there anything else?

Yes, one more doubt, but not so necessary.

You can put an external item in the home-content__buttons

For example: www.wakandaarts.com.br put an external link in the Contact?

Noda,

Can I use any icon in this list? fontawesome.com/icons?d=gallery

Changing the final name to the file name, for example:

I classify "fa fa-blogger aria-
hidden = “true”

Hello,

I hope you are doing well today.

Changing the link is possible but you need to manually add it to the page.
You may not be able to use all the icons available as some of the icons maybe newer than the version of Fontawesome that is available in the template.

Best Regards,
Support

I replace the “#contact” with the external link, but it does not work.

< div class=“home-content__buttons” >
< a href="#contact" class=“smoothscroll btn btn–stroke” >
CONTATO
< /a >
< a href="#about" class=“smoothscroll btn btn–stroke” >
SAIBA MAIS
< /a >
< /div >

Hello

try to use full links, like: http://www.wakandaarts.com.br/#contact
icon - well try to use icon code and if it works leave it :slight_smile: