• Resolved yuan01

    (@yuan01)


    hi, I need some help in customizing my page. I’m using terrifico theme and I want to remove the thick bar on the upper part,
    I think it’s for the title of the pages. is it possible for me to do that?

    Here’s my site:
    http://www.mini-stuffs.com

    Thanks in advance..

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author vpthemes

    (@vpthemes)

    Try to add following code into style.css file:
    .page-header {
    display: none;
    }

    Thread Starter yuan01

    (@yuan01)

    thanks! 😉

    I tried and it didn’t work …. any more suggestions … I positioned it in the file where:
    .page-header h1 {
    display: none !important;
    }
    was located …. removing the above in the process.

    After making the change I saved it and logged out … when i logged back in the page header was still there.

    Ok so deleted contents of page-header.php file and it swung page content to the right …. so, then I used the “Website Layout” “Boxed” option (under general settings and everything went back in place.

    Will this cause me other problems?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove page title bar’ is closed to new replies.