Copying header menu - Code

Solved

Copying header menu - Code

IloveWebsites
Tourist
8 0 4

Good day,

 

I have a new site, my header menu look like this 

Cryogel_0-1733751373302.png

 

I want to change it to show like this (www.dynutrition.ro)

Cryogel_1-1733751421604.png

 

I try some codes generated by chatgpt, but they don't look good, the line doesn't center, or there are spacing differences.

 

Accepted Solution (1)
DaisyVo
Shopify Partner
2542 317 368

This is an accepted solution.

Hi @IloveWebsites 

 

I hope you are well. You can follow our instructions below:


Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

 

Here is the code for Step 3:

 

 

@media screen and (min-width: 768px){
header.header.header--middle-left.page-width.header--has-menu.header--has-social > nav.header__inline-menu ul.list-menu.list-menu--inline > li {
    padding: 10px !important;
    border-right: 1px solid black;
}
header.header.header--middle-left.page-width.header--has-menu.header--has-social > nav.header__inline-menu ul.list-menu.list-menu--inline > li:last-child {
    border-right: none !important;
}
}

 

 

 

image (6).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 9 (9)

Mehran_Ali
Shopify Partner
461 63 69

HI @IloveWebsites 

 

First thing first if you want to make it similar you have to add the menus like that and do some CSS you said you already tried so can I have you store the URL and password if it is password protected so I can check that for you

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

steve_michael2
Trailblazer
439 38 55

Hi @IloveWebsites , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount

DaisyVo
Shopify Partner
2542 317 368

Hi @IloveWebsites 

 

I hope you are well.

 

Could you please share your store and entry password so we can check it directly and provide you with a suitable customization code?

 

Looking forward to hearing from you soon. Thank you!

 

Best,

Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

IloveWebsites
Tourist
8 0 4

https://cryogeltest.myshopify.com/password  -> the password is: cryogel

DaisyVo
Shopify Partner
2542 317 368

This is an accepted solution.

Hi @IloveWebsites 

 

I hope you are well. You can follow our instructions below:


Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

 

Here is the code for Step 3:

 

 

@media screen and (min-width: 768px){
header.header.header--middle-left.page-width.header--has-menu.header--has-social > nav.header__inline-menu ul.list-menu.list-menu--inline > li {
    padding: 10px !important;
    border-right: 1px solid black;
}
header.header.header--middle-left.page-width.header--has-menu.header--has-social > nav.header__inline-menu ul.list-menu.list-menu--inline > li:last-child {
    border-right: none !important;
}
}

 

 

 

image (6).png


Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
IloveWebsites
Tourist
8 0 4

Is it possible to make the lines a little smaller? they are a bit long.

 

The code is perfect! 

DaisyVo
Shopify Partner
2542 317 368

Hi @IloveWebsites 

 

Please replace the code I shared above with this one below: 

 

@media screen and (min-width: 768px){
header.header.header--middle-left.page-width.header--has-menu.header--has-social>nav.header__inline-menu ul.list-menu.list-menu--inline>li::before {
    content: "";
    width: 100%;
    height: 12px;
    background: white;
    position: absolute;
}
header.header.header--middle-left.page-width.header--has-menu.header--has-social>nav.header__inline-menu ul.list-menu.list-menu--inline>li {
    position: relative;
}
header.header.header--middle-left.page-width.header--has-menu.header--has-social>nav.header__inline-menu ul.list-menu.list-menu--inline>li::after {
    content: "";
    width: 100%;
    height: 12px;
    background: white;
    bottom: 0;
    position: absolute;
}
}

 

image (14).png

Please let me know if it works. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
IloveWebsites
Tourist
8 0 4

Dont work, now the line dont appear

Screenshot 2024-12-11 at 12.32.38.png

steve_michael2
Trailblazer
439 38 55

Hi @IloveWebsites,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    padding: 20px 8px;
}
ul.list-menu.list-menu--inline li {
    padding: 8px 50px;
}

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

 

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount