Fav Icon not working

Hi Guys,

I have read a few other posts and still cant figure out why my fav icon isnt working.

It still displays the old icon from the demo site. Can you please check for me?

Lucy

Hello Lucy,

Sorry to hear that the favicon is not updating on the website. However, I am glad that you reached out for help. :slight_smile:

Upon checking your website 505fitness.com I see that you are using Old version of X Theme 5.2.5 (screenshot https://cl.ly/1J1b2o2X0t2d) and latest version of Cornerstone 3.0.4. Please note that both are not compatible with each other and may cause conflicts. In that regards I suggest you to please update X Theme. I am sharing our theme update guide that you can take a look to get started:

Please make sure to clear SG Optimizer cache.

Few things I noticed that you can do to improve the layout of the website.

  1. Give some spacing above breadcrumb https://cl.ly/1E1I1T310q33. You can add following CSS under X > Theme Options > CSS:
.x-breadcrumbs {
    margin-top: 10px;
}

2.Change the color of social icons and text in footer. Right now it looks a bit amalgamated with the background. https://cl.ly/2f3g2j3b112R
3.You can also reduce the padding-top values of navigation menus so that it’s a bit aligned vertically. Right now there is a bit of extra spacing above menu items.

Those were the things I noticed that you can make the changes and thought to share with you. It’s just a personal input and hope you don’t mind.

Thanks.

@Prasant Thank you so much for all this feedback! I am SO grateful!

I have updated to newst version of X.

I also did turn on breadcrumbs on Customizing>Header>Breadcrumbs

I did add the code you gave into CSS.
.x-breadcrumbs {
margin-top: 10px;
}

Cleared the SG Cache.

I know the footer icons should be a different color but I don’t know where to change. How can I accomplish this?
You can also reduce the padding-top values of navigation menus so that it’s a bit aligned vertically. Right now there is a bit of extra spacing above menu items.

The demo icon is still appearing on my search engine, (Safari and Chrome)

I appreciate your input.

Lucy

Hello @LucyKeile,

Thanks for updating the thread. :slight_smile:

  1. Favicon: I saw that you didn’t updated the URL under X > Theme Options > Site Icons > Favicon. Over there I saw old icon URL (guy posing front double bicep). I have updated the URL and now the favicon is changed. Here is a screenshot. https://cl.ly/1y3n17460t3R, https://cl.ly/3w00393P3f2I
  2. Footer social icon color: Please add following CSS under X > Theme Options > CSS:
.x-colophon.bottom .x-colophon-content p {
    color: #fff;
}

.x-colophon.bottom .x-social-global a {
    color: #fff;
}

3.You can change the navbar spacing from X > Theme Options > Header > Link Alignment > Navbar Top Link Alignment. https://cl.ly/1i3b2k2T3Z1f

Hope that helps and let us know how it goes.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.