remove twitter / social icon

Hi there,

I’m trying to remove the twitter icon in the contact section, can you give me any advice on how to do so? Bare in mind I’m working on a child theme.

Many thanks,
Anja

Hello Anja,

You can find the social links field in Dashboard > Appearances > Customizer > General Options > Contact Details.

Removing the link from there will reflect in the contact box.

Please confirm you got it alright.

Regards

Hello Ion,

that worked, too easy for me to think of … :slight_smile:

Many thanks,
Anja

How to add other social icons like g+ instagram and others. tried to change the php file of the contact section but not working.

That’s the only way forward for new social services: changing the contact php file.

Maybe you need to get the syntax out of the if endif statement.

Ok thx another question. The team is not displayed correct. www.surfingnepal.com how to fix that?

Alex

Hello Alex,

Please use this CSS code to deal with this issue:

#team .widget_illdy_person:nth-child(3n+1) {
    clear: left;
}

Should work like a charm, let me know about it.

Regards

Perfect. Now next… Header txt on www.surfingnepal.com is not responsive. Any Solution? Btw fantastic theme.

Alex

The menu seems responsive to me, please provide a screenshot of your issue.

If you want to deal with the burger menu top and bottom spacing please have a look here:
https://colorlibsupport.com/t/mobile-logo-responsive-menu-title-spacing-and-contact-us-spacing/

header txt is not responsive

H2 header is already fixed thx for all help. This was the CSS when using “use any font” plugin for the headers

@media only screen and (max-width: 767px) {
#header .bottom-header h2 {
font-size: 25px !important;
line-height: 1.2;
}
}

Alex

That looks like the way forward, I’m happy you got this fixed. Cheers