Menu line removal

  • Unknown's avatar

    Hi,

    I was wondering how I could go about removing or hiding the lines that appear under my menu items (Home, About, Contact, etc.) in the Reddle theme using CSS? They are currently gray and I would like there to be none at all. I mean ideally, they would be removed completely, but if I can’t do that using CSS then hiding them is sufficient.

    Thank you.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Do you already have the Custom Design upgrade?

    If so, go ahead and add this to your Custom CSS area and save changes:

    #access a {
    border-bottom: none;
    }
  • Unknown's avatar

    @floatingseeddesign: In the future make sure you post CSS questions in the CSS forum, not the Support forum. Helps you get a reply faster, and helps other users looking for the same answer.

    @lorenzocaum: When a user has the upgrade, the footer credits say Customized [Whatever] Theme.

  • The topic ‘Menu line removal’ is closed to new replies.