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

Home Forums Support [Resolved] How to remove the page title above the categories in m,y menu

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1346029
    Simone

    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

    #1346189
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1346229
    Simone

    Yes, here it is: https://getmoresteps.com/

    #1346446
    Leo
    Staff
    Customer Support

    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;
    }
    #1346724
    Simone

    Thank you very much!

    #1347221
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.