Title: hum98's Replies | WordPress.org

---

# hum98

  [  ](https://wordpress.org/support/users/hum98/)

 *   [Profile](https://wordpress.org/support/users/hum98/)
 *   [Topics Started](https://wordpress.org/support/users/hum98/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hum98/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hum98/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hum98/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hum98/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hum98/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slug issue](https://wordpress.org/support/topic/slug-issue-8/)
 *  [hum98](https://wordpress.org/support/users/hum98/)
 * (@hum98)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/slug-issue-8/#post-17400271)
 * Navigate to **Settings > Permalinks** in your WordPress dashboard. Ensure you’re
   using a permalink structure that includes the post name. For example, the “Post
   name” option is good for SEO and readability.
    1. Go to **Pages > All Pages** in your WordPress dashboard.
    2. Find the “Contact” page and click **Edit**.
    3. Locate the “Permalink” section on the right side of the editor. This displays
       the current slug as “contact-2”.
    4. Click the “Edit” link next to the slug.
    5. Change the slug to “contact” (without the “-2”).
    6. Click the “Save Draft” button and then “Publish” to update the changes.
 * After changing the slug, it’s essential to redirect the old “contact-2” URL to
   the new “contact” URL to avoid broken links and maintain SEO value.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Format of Menu Items](https://wordpress.org/support/topic/format-of-menu-items/)
 *  [hum98](https://wordpress.org/support/users/hum98/)
 * (@hum98)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/format-of-menu-items/#post-17400239)
 * Add the following CSS code, replacing <code class=””>.main-navigation li a with
   the actual CSS class of your menu items (you can inspect your site with your 
   browser’s developer tools to find this):
 * CSS
 *     ```wp-block-code
       .main-navigation li a {
         border-bottom: 1px solid #ccc; /* Adjust color, thickness as needed */
       }
       ```
   
 * After adding this code your menu should look like [this page](https://cornholeit.com/).
    -  This reply was modified 2 years, 3 months ago by [hum98](https://wordpress.org/support/users/hum98/).

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