Remove page title from all static pages

Great theme - thanks a bunch!

I would like to remove static page names from each static page.

Found similar topic here: https://colorlibsupport.com/t/page-title-section-removal/. However, I do not have that option under Main options.

Thanks,
Dragan

Hi @drake,

If you want to remove the page title from each page please use this css code:

.page-title{
display:none;
}

You could copy and paste the code in Appeareance> Customize> General Options> Aditional Css or with the help of an custom css plugin who could be download from here:

Thanks,

Cristian

Thanks a bunch, Cristian!

You’re welcome @drake