What's your biggest current challenge? Have your say in Community Polls along the right column.

Removing border on navigation menu on Crave theme

Solved

Removing border on navigation menu on Crave theme

MoonRoosterLLC
Shopify Partner
7 1 2

Hello, 

I want to remove the bottom border (white line) on the nav menu that separates it from the hero banner. Can you please help?

Screenshot 2024-03-07 at 14.33.04.png

Brian Lalli
Accepted Solutions (2)

websensepro
Shopify Partner
1290 145 166

This is an accepted solution.

Hello MoonRoosterLLC,

To remove the bottom border on the navigation menu you'll typically need to modify the theme's CSS,

Here's a general guide on how to do this:

1. Access Theme Customization

  • Log in to your Shopify admin panel.
  • Navigate to Online Store > Themes.
  • Find the Crave theme and click on the "Actions" dropdown menu.
  • Select "Edit code."

2. Locate the CSS File

In the left-hand sidebar, under the "Assets" folder, locate and click on the Base.CSS File.  

 

3. Find the Navigation Menu Styles

  • Use your browser's search function (usually Ctrl + F or Cmd + F) to search for the CSS class or ID associated with the navigation menu.
  • Look for properties related to borders, such as border-bottom or border.

4. Remove the Border

  • Once you've located the relevant CSS code, you can remove the border by deleting or commenting out the lines of code that set the border.
  • For example, if you find a line like border-bottom: 1px solid #fff;, you can delete this line or comment it out by adding /* before the line and */ after the line.

Save Changes

 

Here's an example of what the CSS might look like:

 

/* Navigation menu styles */
.nav-menu {
  border-bottom: 1px solid #fff; /* Remove or comment out this line */
}

 

 

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial

View solution in original post

MoonRoosterLLC
Shopify Partner
7 1 2

This is an accepted solution.

Replies 6 (6)

deepaksharma
Shopify Partner
449 63 99

hey @MoonRoosterLLC 

I really want to help but I will be needing your store url along with password if any

Deepak Sharma || Shopify Developer || Helping eCommerce Stores
- Was my reply helpful? Accept it as solution
- Was your question answered? Mark it as an Accepted Solution.
-CHAT ON WHATSAPP | BUY ME A COFFEE | MAIL ME: ds2305187@gmail.com
MoonRoosterLLC
Shopify Partner
7 1 2

https://tr-healthy-bites.myshopify.com/
Password: MoonRooster711!

Brian Lalli

Made4uo-Ribe
Shopify Partner
9133 2180 2688

Hi @MoonRoosterLLC 

Would you mind to share your store URL?Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
MoonRoosterLLC
Shopify Partner
7 1 2

This is an accepted solution.

https://tr-healthy-bites.myshopify.com/
Password: MoonRooster711!

Brian Lalli

Dan-From-Ryviu
Shopify Partner
10296 2044 2115

Hi @MoonRoosterLLC 

You can remove that line from your Online Store > Themes > Customize > Header, uncheck Show separator line optionScreenshot 2024-03-08 at 10.53.46.png

 

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

websensepro
Shopify Partner
1290 145 166

This is an accepted solution.

Hello MoonRoosterLLC,

To remove the bottom border on the navigation menu you'll typically need to modify the theme's CSS,

Here's a general guide on how to do this:

1. Access Theme Customization

  • Log in to your Shopify admin panel.
  • Navigate to Online Store > Themes.
  • Find the Crave theme and click on the "Actions" dropdown menu.
  • Select "Edit code."

2. Locate the CSS File

In the left-hand sidebar, under the "Assets" folder, locate and click on the Base.CSS File.  

 

3. Find the Navigation Menu Styles

  • Use your browser's search function (usually Ctrl + F or Cmd + F) to search for the CSS class or ID associated with the navigation menu.
  • Look for properties related to borders, such as border-bottom or border.

4. Remove the Border

  • Once you've located the relevant CSS code, you can remove the border by deleting or commenting out the lines of code that set the border.
  • For example, if you find a line like border-bottom: 1px solid #fff;, you can delete this line or comment it out by adding /* before the line and */ after the line.

Save Changes

 

Here's an example of what the CSS might look like:

 

/* Navigation menu styles */
.nav-menu {
  border-bottom: 1px solid #fff; /* Remove or comment out this line */
}

 

 

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial