Hi developers,
I’m looking to add a home icon next to the home page, any way I can add a home icon favicon or image to display that?
My website: nailsbestbuy.com
Best,
Nailsbestbuy Team
Hi developers,
I’m looking to add a home icon next to the home page, any way I can add a home icon favicon or image to display that?
My website: nailsbestbuy.com
Best,
Nailsbestbuy Team
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->screen.css
@media only screen and (max-width: 990px){
#root #shopify-section-header #nav>ul>li.nav-bar-element.nav-bar-element-main~li.nav-bar-element[data-copy="11"] {
background: url("//cdn.shopify.com/s/files/1/0675/9635/3848/collections/bulk-deals.webp?crop=center&height=60&v=1672513709&width=60") no-repeat 5% 50%;
background-size: auto 29px;
}
}
Please follow this screenshot for Home icon
Output:
If you find our reply helpful, please hit Like and Mark it as a Solution.
An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.
The solution worked, thank you!