Hi
I have 2 queries:
-
Can I add a text/button to the header and use it as a quick link to my online store /like a “Shop Now” button on my header/.
-
Can I make this header sticky?
I am using Boundless theme. Could anyone help?
Thanks
Tanyo
Hi
I have 2 queries:
Can I add a text/button to the header and use it as a quick link to my online store /like a “Shop Now” button on my header/.
Can I make this header sticky?
I am using Boundless theme. Could anyone help?
Thanks
Tanyo
Do you mean the announcement bar?
Just add a url to the announcement bar theme setting https://help.shopify.com/en/manual/online-store/themes/os/themes-by-shopify/boundless/sections#announcement-bar
screenshot announcement bar url setting in brooklyn theme for announcement bar
If you do mean the announcement bar to make that sticky is an advanced customization to buy that customization contact me at paull.newton+shopifyforums@gmail.com
If you mean the ENTIRE header that is not recommended as making the boundless themes header sticky would never let anyone see the rest of the pages as it’s a masthead.
Thanks for the quick reply.
I don’t mean the announcement bar. I would like to add it here: see screenshot below. Is it possible?
Okay I see thank you for clarifying.
Of course both customizations are possible.
For the header link you’d have to customize header.liquid basically emulating the code of the other link-icons(cart and search) to add a new element
You should be able to see the code around line 51 if you have the latest version of boundless
https://shopify.com/admin/themes/current?key=sections/header.liquid&line=51
Always backup your theme before making changes
Possibly with code like the following:
[
Description of your link or icon or action
](https://google.com)
To make an icon or add an image is more advanced since the theme uses font icons , which you can find in theme.scss.liquid by searching for things like .icon-search
Hello again!
How can I center this header link vertically?
That’s a bit touchier without being able to see what you did you’ll have to figure the CSS out