Removing page titles

Discussion in 'ColorWay WordPress Theme' started by warehouseman, Jun 6, 2015.

  1. warehouseman

    warehouseman New Member

    Joined:
    Jun 1, 2015
    Messages:
    4
    Likes Received:
    0
    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;
    }
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Try the CSS code given below: -
    Code:
    .content-wrapper h2 {
      display: none !important;
    }
    Thanks,
    Praveen
     
  3. warehouseman

    warehouseman New Member

    Joined:
    Jun 1, 2015
    Messages:
    4
    Likes Received:
    0
    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.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    My apologize.

    Please follow the screenshot given below.
    colorway_hide_page_title.png

    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
     
  5. warehouseman

    warehouseman New Member

    Joined:
    Jun 1, 2015
    Messages:
    4
    Likes Received:
    0
    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
     

    Attached Files:

  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    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
     

Share This Page