Remove page title

H there.

I have a problem with removing page title from header and content? Can you help me with this? And the second question - How to make a pinned menu?
link:
http://wynajmijmy.pl/nasze-realizacje/
Regards
Mariusz

Hello there,

I hope you are doing well today.

I take it that the pinned menu that you referred to was a sticky menu, a menu that is persistent on the top of the page.

You can use the following CSS code to remove the title by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove title*/
.elementor-213 .elementor-element.elementor-element-npqgqrx .elementor-heading-title {
    display: none;
}
/*Sticky menu*/
#header .top-header {
    position: fixed;
    top: 0;
    z-index: 100;
}

Best Regards,
Support

Hi

Thanks for help me with sticky menu. I wanted to remove the title from the content of the page (attachment) - in the elementator I know how to do it.

I am waiting for a response.
Best Regards