Remove the 3 navigation bars (Desktop)

Hi, :cowboy_hat_face:

How can I remove these bars on the PC version?

URL: tudoconexao.com

Please navigate to Online store => Themes => Edit code

Find the theme.css file and add the following code at the end of the file

.nav-bar__linklist i.fa.fa-bars {
display: none;

}

Hey @Dawenn

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

HI @Dawenn

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

.nav-bar__inner i.fa.fa-bars {

display: none;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

@Dawenn

Follow these Steps:

  • Go to Online Store
  • Edit Code
  • Find theme.liquid file
  • Add the following code in the bottom of the file above tag

  • Here is the solution for you

  • Please follow these steps:

  • Then find the theme.css file.

  • Then add the following code:

.nav-bar__linklist .fa-bars {
 display: none !important;
}
  • Then press ‘Save’ to save the code

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Damn, thanks everyone! ? :grin:

@webwondersco @PageFly-Henry @Moeed @BSSCommerce-TA @BSS-TekLabs