• i have a storefront elegant theme.

    https://mamookids.com

    there are vertical dotted lines on the nav bar, between home, about, etc.

    i tried to figure out where it is coming from, but i could not. i was able to remove some horizontal lines, but i could find anything else in css.

    any idea?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    in your theme’s custom.css change this:

    .general-divider {background:none; border-bottom: 1px dashed #8b7d72;}

    to this:

    .general-divider {background:none; border-bottom: none;}

    Thread Starter fatneko

    (@fatneko)

    thanks, but would not that eliminate horizontal dashed lines everywhere…?

    i do not want to remove horizontal lines under the nav, between sections. i only want to remove vertical lines between the menu text.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘removing vertical dashed line in nav bar in storefront theme’ is closed to new replies.