Reply To: How to remove the page titles?

#19808
Homicida
Participant

Problem solved as easy as can be πŸ™‚

in “theme options” -> Layout -> custom css

.page .entry-title {
   display: none;
}

and it works

hope i could help anybosy who want no Page titels