Above and Below Menu Tab Lines Problem

by 5 replies
6
Hey Guys,

Could you guys please let me know how to get rid of the lines just Above and Below the Menu Tab on this site: http://www.dasilvahealthandfitness.com/

It's the green lines and the visible dots. It's on the WP Elegant theme.

Thank you
#programming #lines #menu #problem #programming #tab
  • In your CSS files of the theme.

    Search for #menu and delete the background:url... stuff.
    • [1] reply
    • Thanks Michael for the quick response.
      I deleted ''#menu { background: url(images/light-green/menu-bg.png) repeat-x; }'' but the lines are still there.

  • There are 2 CSS files where #menu is styled.

    You forgot http://www.dasilvahealthandfitness.c...ight-Green.css
    • [1] reply
    • Okay that might explain it Michael. So would I delete the whole line:
      #menu { background: url(images/menu-bg.png) repeat-x; height: 72px; margin-top: 12px; padding-bottom: 25px; }

      From both main and light green css files? I tried that and the two lines are still there.
      I had to put the codes back as it didn't work and I didn't want anything else going wrong.

      I appreciate your help.

      Thanks

  • only background: url(images/menu-bg.png) repeat-x;

Next Topics on Trending Feed