Icon top header

Hello,

I am looking to put an icon on the top header of my wordpress site. I would like to place a soccer ball on the very top to left of the social media icons. I would like it so that when someone clicks it it goes to a specific page on out site. How do I go about doing this?
thanksto,

Hello @tech13,

Thanks for asking. :slight_smile:

Please note that this will require some bit of custom development which falls outside the scope of support we can offer. However, I can definitely point you in right direction that will help you in adding icon in topbar.

This will require template change so I would advise you to setup child theme using following resource.

https://theme.co/apex/child-themes

After that you need to copy _topbar.php from /wp-content/themes/x/framework/legacy/cranium/headers/views/global/ to /wp-content/themes/x-child/framework/legacy/cranium/headers/views/global/.

After that you need to make the code changes before line number18. You need to add image/icon over there and then use CSS to style the element. I am sharing relevant HTML tags tutorial that you will need.

https://www.w3schools.com/tags/tag_img.asp
https://www.w3schools.com/tags/tag_a.asp

Thanks.

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