Change the menu appearance in WordPress


The look of a WordPress menu can be changed by updating the CSS.

  1. Before making any changes to a WordPress theme, add a child theme
  2. Log in to WordPress
  3. Go to Appearance > Editor.
  4. Enter the desired changes to the CSS.
  5. Example: This is sample code for changing the font size for a WordPress menu:
        .primary-navigation {
            font-size: XXpx;
        }
  6. Click Update File.

Your changes will now be visible across your entire site.



Article ID: 1241
Created On: Tue, Nov 17, 2020 at 7:03 PM
Last Updated On: Wed, Nov 18, 2020 at 9:57 PM

Online URL: https://www.heartinternet.uk/support/article/change-the-menu-appearance-in-wordpress.html