• Scott

    (@scottwblack)


    No matter what I name my menu it shows up on the site as “Menu.” Is there an easy way to change this? Thanks!

Viewing 1 replies (of 1 total)
  • Hi there,

    To change the menu title you’ll need to use the following CSS code:

    /* Change menu title for Cubic theme */
    .menu-title {
      color: transparent
    }
    .menu-title:after {
      content: 'New Title';
      color: black;
      margin-left: -82px;
    }

    Open your site’s Customizer, go to Additional CSS, and past the code in the CSS box.

    • This reply was modified 3 years, 11 months ago by Fotis.
Viewing 1 replies (of 1 total)
  • The topic ‘Change Menu Name?’ is closed to new replies.