Re: pipeline theme Insert a button into Header

Solved

pipeline theme Insert a button into Header

Galambleh
Shopify Partner
2 0 0

Hi,

 

I need a button-style element or a different background color for one of the points to my headers that leads to one of my product collections. I'm using the Pipeline Theme but I am unable to find any solutions.

 

Screenshot 2023-11-18 at 16.10.17 copy.png

 

The site I'm working on:

https://odustore.hu/

Accepted Solution (1)

sahilsharma9515
Shopify Partner
1264 163 243

This is an accepted solution.

Hi @Galambleh Thanks for providing the Url, I am not sure if you want to highlight Outlet only, but here is the code than can help you.

nav.header__menu .header__menu__inner .menu__item.child:nth-child(3) {
    background-color: #cd6f6f;
}

You need to add the code in theme.css file.

 

If you are not sure where is your theme.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search Base.css in the code in left hand side.
  6. Add the code given above at the bottom of theme.css file.

Result:

sahilsharma9515_0-1700322891063.png

 

If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


View solution in original post

Reply 1 (1)

sahilsharma9515
Shopify Partner
1264 163 243

This is an accepted solution.

Hi @Galambleh Thanks for providing the Url, I am not sure if you want to highlight Outlet only, but here is the code than can help you.

nav.header__menu .header__menu__inner .menu__item.child:nth-child(3) {
    background-color: #cd6f6f;
}

You need to add the code in theme.css file.

 

If you are not sure where is your theme.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search Base.css in the code in left hand side.
  6. Add the code given above at the bottom of theme.css file.

Result:

sahilsharma9515_0-1700322891063.png

 

If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️