Archived topic
How to remove the page title above the categories in m,y menu
5 replies · Started by Simone on June 29, 2020
Hi
Here is a screenshot of what I mean. It's transparent but it's visible. How Can I remove this? https://www.screencast.com/t/SbfAL4cMq
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 :)
Yes, here it is: https://getmoresteps.com/
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 :)