I've read all the threads regarding removing the title from all pages and tried all the CSS coding and the titles still remain on the web pages - EXCEPT the home page. The first coding removes the breadcrumbs which I also wanted but I cannot seem to get rid of the titles on the pages. The website is www.jjquad.com Here is what is currently in my Custom CSS in the theme options, styling options, for my Colorway lite theme: .content-info{ display:none; } .entry-title { display:none; }
Hello, Try the CSS code given below: - Code: .content-wrapper h2 { display: none !important; } Thanks, Praveen
Praveen ~ Thanks, it works but with one slight problem. It also hides and h2 used in the body of any text within the website. I would prefer to hide the title bar rather than the h2.
Hello, My apologize. Please follow the screenshot given below. For your information, I am using "WP-Editor" plugin to edit files. You can also download and use it from the link https://wordpress.org/plugins/wp-editor/. After activating this plugin, you will get the same screen as shown in the screenshot. Thanks, Praveen
Hi Paveen, I commented out the lines (see attached capture) and clicked on "update file" and if you look at the website jjquad.com the page titles are still showing. Also to make sure it was commenting out correctly I tried it with the block comment /*.....*/ and the pound sign # line by line. I also opened the website in IE and Firefox to make sure it wasn't something left in the Chrome cache. Other suggestions? Thanks for your help and patience. Dave
Hello, Dave! Please send us your website WordPress login details at [email protected] along with the thread link. We will customize it for you. Thanks, Praveen