Site logo

Archived topic

How to remove the page title above the categories in m,y menu

5 replies · Started by Simone on June 29, 2020

Viewing posts 1–6 of 6

Hi there,

Any chance you can link us to the site in question?

You can edit the original topic and use the private URL field.

Let me know :)

That's the widget title.

You can try changing the colors in Customizer > Colors > Footer > Footer Widgets > Widget Title or remove all the footer widget titles with this CSS:

.footer-widgets .widget-title {
    display: none;
}

Thank you very much!

No problem :)

This archived topic is closed to new replies.