Home » Categories » Managed WordPress » Advanced

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;
        }
    • The XX is the new font size for your menu.
    • The px stands for pixel.
  6. Click Update File.

Your changes will now be visible across your entire site.

1 (4)
Article Rating (4 Votes)
Rate this article
  • Icon PDFExport to PDF
Related Articles
Update a WordPress theme with FTP
Added on Tue, Nov 17, 2020
Changing Your WordPress Domain Name While Moving Your Site to a New Location
Added on Tue, Nov 17, 2020
Disable WordPress plugins in the database
Added on Tue, Nov 17, 2020
What filename does my PHP initialization file need to use?
Added on Tue, Nov 17, 2020
Upload files with SFTP
Added on Tue, Nov 17, 2020