Support » Fixing WordPress » Menu Item Separator

  • At the bottom of my homepage (https://www.ouimet.org/) there are “Quick Links” and the first four options have lines underneath them except for “Scholarships”. Can someone tell me an easy way to edit the HTML or CSS to add a line under that option. There used to be a line, but the hyperlink had to be changed so when I went into the back end, I had to delete the option and add a new one with the same name. When I did that, the line went away and I don’t know how to get it back.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • lisa

    (@contentiskey)

    check in your child theme’s css and make adjustment to include the “new menu item” – look for this code in CSS

    .menu-item-119, .menu-item-118, .menu-item-120,.menu-item-121,.menu-item-122, .menu-item-571, .menu-item-570,.menu-item-645 {
    font-size: 17px!important;
    margin-bottom: 20px!important;
    border-bottom:1px solid!important;
    }
    Thread Starter alingram10

    (@alingram10)

    Thank you Lisa. I’m struggling to find the location to edit that code in the back end of my WordPress.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.