Add 'Yell' logo to social media icons in header

Hi
I would like to add a new icon that is not in your list of social media icons, is this possible?

www.valleywindows-halifax.co.uk

Thanks
Tony

Hi @tonylees,

Please consider that there is no option available from the theme that you can add such an image. The following is considered as a customization request and outside of our support scope. But to be helpful here we will give you a temporary solution:

Please add the Javascript code below to X > Theme Options > Javascript:

jQuery('.x-topbar-inner .x-social-global').append('<a href="https://twitter.com/valleyhalifax" class="yell" title="Yell" target="_blank"><img src="https://business.yell.com/uploads/2014/12/yell-business-logo1.jpg" alt="Yell" style="width: 72px;margin: -16px 0 0 -14px;"></a>');
  1. Change the link for the tag from Twitter to whatever you like
  2. Change the link for the image to whatever image you want to use
  3. change the style of the image including the width and margin to accommodate your image and view of the website.

Thank you.

Hi,
Just what I needed works like a charm.
Thanks for you help.

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

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