How do I add a clickable button to my header? (Colorblock Theme)

How do I add a clickable button to my header? (Colorblock Theme)

MetroGraphics
Visitor
3 0 0

Hello,

I would like to add a big red button to the top header beside the cart icon. Can anyone help with this? Im adding a photo below to give an idea about what I'm looking for. It does not have to be in that specific location as long as it is within the header and highly visible.

 

Thank you!

 

Screenshot 2024-05-06 at 11.29.11 AM.png

Replies 4 (4)

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

MetroGraphics
Visitor
3 0 0

Hi!

Here is the store link: https://gometrographics.store/

I am in the process of staging the site so it looks slightly different from the screen grab.

Thanks!

BSSCommerce-HDL
Shopify Partner
2305 835 908

hi @MetroGraphics 

You can try this code by following these steps:
1.  Go to Shopify Admin -> Online Store ->Theme -> Edit code
2. Choose file header.liquid, find header__icon--account  and insert this below code then Save

 

<button class="header-custom-button"></button>

 

image.png

3. Choose file base.css, Insert the below code at the bottom of the file:

 

.header-custom-button{
        height: 30px;
        width: 200px;
        background-color: red;
        border:none;
        cursor:pointer;
      }

 

Final result: 

image.png

 

Hope this can help you

Kind regards

 

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

MetroGraphics
Visitor
3 0 0

Hi!

How do I add a link and make it say "Customer Portal"?