CMS Development

enduurdave
Participant

Global Group Not Updating

SOLVE

Hey everyone, I need a little help.

 

First, our website is not hosted on HubSpot but our blog is. Both the blog and the website mimic each other in look and feel. 

 

Recently I updated our footer on our website (nothing major just added a youtube link, image below)

website footer.png

 

When I try and update the blog footer, hosted on Hubspot, with the new link the Global Group does not update when I click publish. The group will save the changes but are not reflected on the blog.

hubl_1.png

 

hubl_2.png

 

blog_footer.png

 

What am I missing?

0 Upvotes
1 Accepted solution
Reg
Solution
Contributor | Elite Partner
Contributor | Elite Partner

Global Group Not Updating

SOLVE

In your CSS file you need to create a class for the :before selector and bring in the font awesome icon

 

.icon-youtube-with-circle:before {

content: "\f16a";

}

 

Or choose whichever font awesome icon you would like.

Reg Desgroseilliers
www.rdcoding.com

View solution in original post

5 Replies 5
Reg
Contributor | Elite Partner
Contributor | Elite Partner

Global Group Not Updating

SOLVE

Hey,

 

Can you post a link to one of your website pages with the footer published?

 

Thanks,

Reg

Reg Desgroseilliers
www.rdcoding.com
0 Upvotes
enduurdave
Participant

Global Group Not Updating

SOLVE
0 Upvotes
Reg
Solution
Contributor | Elite Partner
Contributor | Elite Partner

Global Group Not Updating

SOLVE

In your CSS file you need to create a class for the :before selector and bring in the font awesome icon

 

.icon-youtube-with-circle:before {

content: "\f16a";

}

 

Or choose whichever font awesome icon you would like.

Reg Desgroseilliers
www.rdcoding.com
enduurdave
Participant

Global Group Not Updating

SOLVE

Thanks Reg. can't believe I missed that.

0 Upvotes
Reg
Contributor | Elite Partner
Contributor | Elite Partner

Global Group Not Updating

SOLVE

No problem 🙂

Reg Desgroseilliers
www.rdcoding.com
0 Upvotes