Take off titles

Hi dear,
is there a way to get off of these titles, also they are in each page…?

I am using visual composer with this theme, but since when I installed it I don’t know what happened!

Thank you!

Hi @grace05,

I hope you are well today and thank you for your question.

We have already answered this question in the following topics so please check the solutions posted there.

https://colorlibsupport.com/t/page-title-section-removal/
https://colorlibsupport.com/t/how-to-remove-shapely-theme-heading/

Best Regards,
Movin

Dear Movin,

thank you very much for your support!

There is one more thing it is actually bothering me, which is this line right under the menu… is there a way to get it off?

Thank you again!

You are most welcome here :slight_smile:

There is one more thing it is actually bothering me, which is this line right under the menu.. is there a way to get it off?

Do you mean the empty space displayed below the menu bar as shown in the attached screenshot?

If yes then could you please share me your site URL where it’s displaying so that i can help you to remove it?

Dear Movin,

yes, that is exactly what I’m talking about… the line between the video and the main menu…

yes, my site is :

rm-robotics.com

Hope to hear you soon

You can try removing that empty space by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

body.page #content > .container.mt20 {
    display: none;
}
body.page #main > .row {
    margin-top: 0;
}