Hide page title custom CSS not working
-
I did exactly as the documentation said to hide the page title from the user profile page.
I’m using the Ultimate Member theme. The page ID is 9 and the class is boot-col-md-12 page_header entry-header. Also, just like in the documentation, this is part of the <header> section of the HTML.
So I entered the following into the custom CSS section:
.page-id-9 .boot-col-md-12 page_header entry-header {
display: none;
}
It did not work. What is the solution here?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Hide page title custom CSS not working’ is closed to new replies.