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 4 years, 4 months ago by
Fotis.