Before you ask please READ THIS

removing a page's title

edited September 2014 in Beach Please Posts: 62
Is it a way to remove/make invisible a title of a page?

Comments

  • AirAir
    Posts: 10,970
    Hi there:-)

    Please check http://support.apollo13.eu/discussion/1236/remove-page-titles/p1 - power of forum ;-)

    With regards.
  • Tried, but failed :( Probably I have put a wrong page # to CSS.
    Actually I would like to remove titles of every page, not just specific. Probably you have another variant for that?
    Here is the link for one of my page http://satinphotography.com/wp-admin/post.php?post=19&action=edit
    Thank you!
  • AirAir
    Posts: 10,970
    But this is general solution, not for specific page:-) I don't know form where you took this CSS, but in topic I have send you there is different CSS then on your page. Try again:-)

    With regards.
  • Hi Air,

    Thank you for the advise. It worked. The only thing I still see a gray rectangle on the same place where the title was. Please, see an attached print screen.
    01.jpg
    1500 x 770 - 39K
  • AirAir
    Posts: 10,970
    But this is not from title, but page content and its padding make it visible. Do you want to have blank page with only menu ?:-)

    With regards.
  • :)))) I will put the content/wording there. But why it should be with a padding? Is it a way to remove it?
    And why is this strange cross in the right top corner of the padding? It hides the whole content of the page! What is the idea behind it?
  • AirAir
    Posts: 10,970
    vanillababy said: I will put the content/wording there. But why it should be with a padding? Is it a way to remove it?
    Padding is for esthetics and cause that is how we designed it:-) It was not intended to be empty. I could write CSS for you but there are more "Elements" that make it visible while empty. So I need to know your intentions so we wont waste time by going around solution.
    vanillababy said: And why is this strange cross in the right top corner of the padding? It hides the whole content of the page! What is the idea behind it?
    Did you even checked demo before buying this theme?;-)

    You can deactivate cross in each page settings.
    Where it is useful feature?
    http://bp.theme.apollo13.eu/contact/
    or when you have image in backgorund and you want to show it sometimes:-)
    http://bp.theme.apollo13.eu/archives/

    With regards.
  • Ok, I got it. Thank you!

    I will let you know later on if I REALLY need to remove the padding :)
  • I'm sorry, but I need you to help me with the padding. On the main page I'm going to use only background image and as you may understand padding looks terrible there.
    And I will probably need to remove padding from other pages too. Is it the same CSS script? May I have an option of doing it locally (on a certain page or pages) rather than globally?

    Thank you for your support!
  • AirAir
    Posts: 10,970
    Instead of removing padding I will give you solution to hide whole page content and you will check is it OK for you:
    .page #content{
    display: none;
    }
    If you want to target some page you will have to use its id:
    .page.page-id-29 #content{
    display: none;
    }
    Just change 29 there.

    With regards.
  • thanks!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!