Jump to content

How can I change social icons to the top or on the header for Flatiron template ?

Recommended Posts

10 hours ago, MiniMini said:

Site URL: https://www.jungmin-studio.com/

I'm using Flatiron template and I can see the social icons on the footer. I want to move to the top or header. Can you help me? 

Above logo or next to Navigation Items?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 months later...
  • 2 weeks later...
22 hours ago, Pocamuffin said:

Hi – this is the link to the site: http://alextreadway.co.uk/

There's two things I can't seem to do. First, I can change every font in CSS except the date on the blog... http://alextreadway.co.uk/journal

I would also like to have the social link (instagram icon) at the top near the navigation. Is there a way to do this? Any help much appreciated. Thanks, Alex

#1. Use this CSS

time.published {
    font-family: 'National2Condensed' !important;
}

#2. Icon next to Alex icon?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
17 minutes ago, tuanphan said:

#1. Use this CSS

time.published {
    font-family: 'National2Condensed' !important;
}

#2. Icon next to Alex icon?

Amazing – thanks so much! The date has changed font which is great but it's making it bold. Any way to stop it making it bold? 

Re Social icon – yes just to the right of the navigation at the top would be great. No idea how to do this. 

Link to comment
On 9/16/2021 at 8:16 PM, Pocamuffin said:

Amazing – thanks so much! The date has changed font which is great but it's making it bold. Any way to stop it making it bold? 

Re Social icon – yes just to the right of the navigation at the top would be great. No idea how to do this. 

#1. Use this code

time.published {
    font-family: 'National2Condensed' !important;
    font-weight: normal !important;
}

#2. Add to Design > Custom CSS

header#topBar a[href*="instagram"]:before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    visibility: visible;
}
header#topBar a[href*="instagram"] {
    visibility: hidden;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 7 months later...

I'm just getting a square for the instagram link in the nav?

Edit: Got the IG to work by adding the footer code, but want to add twitter too if possible?

 

Screen Shot 2022-05-04 at 10.09.27 AM.png

Edited by jaax
added twitter
Link to comment
On 5/5/2022 at 12:09 AM, jaax said:

I'm just getting a square for the instagram link in the nav?

Edit: Got the IG to work by adding the footer code, but want to add twitter too if possible?

 

Screen Shot 2022-05-04 at 10.09.27 AM.png

Twitter is this code

header#topBar a[href*="twitter"]:before {
    content: "\f099";
    font-family: "Font Awesome 5 Brands";
    visibility: visible;
}
header#topBar a[href*="twitter"] {
    visibility: hidden;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.