Before you ask please READ THIS

page_title

edited November 2012 in Skyfashion Posts: 12
how can i remove the page title under the main menu?
Thanks
Pawel

Comments

  • Hi,
    you can edit all page, blog, portfolio files and delete < div id ="page_title ...
    or you can add this lines to css file:
    div#page_title {
    display: none;
    }

    It should hide all titles.
    Please check it.

    Best,
    Miłosz
  • Posts: 12
    div#page_title {
    display: none;
    }

    worked.

    Thanks!
  • I am glad to hear it :)

    Best,
    Miłosz
  • edited June 2013 Posts: 4
    Nevermind, I figured it out!
    Post edited by DominaZ on
Sign In or Register to comment.