CSS to hide all pages titles
-
I have the following in the colorway theme options, styling options, custom css and the page titles still show. I do not want to hide h2 as I want to use that for other things. I’ve tired every variation of ways to hide the title and none of them work. The site is https://www.jjquad.com
#crumbs, .sl h1{
display:none;
}
.content-info{
border:none;
}
.entry-title{
display: none;
}
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘CSS to hide all pages titles’ is closed to new replies.