Remove Page Title

  • Posted in : Photographer
  • brightondesign
    Participant

    I was hoping you might be able to help me to remove the page title from each page.

    Thanks in advance

    serkan
    Moderator

    Hi @brightondesign;
    You can use this custom css code;

    .type-page { display: none; }

    Thanks

    brightondesign
    Participant

    Using this code seems to remove everything from each page ?

    serkan
    Moderator

    Hi @brightondesign;
    Could you try this custom css code please;

    .page .hentry > .entry-header > .entry-title { display: none; }

    Thanks

    brightondesign
    Participant

    Brilliant, that works but it has left a sizeable gap between the nav menu & the content.

    http://kerryrosephotography.com/about-me/

    Is there a way to reduce this.

    Also the client has asked if we can insert vertical lines between the main menu items so it looks like this HOME | MY WORK | INFO | etc etc. Is this possible ?

    Thanks

    serkan
    Moderator

    Hi @brightondesign;
    You can use these custom css codes;

    .site-main .hentry .entry-header { display: none; }
    .nav-menu ul li a {  border-right: 1px solid #ccc; line-height: 20px; }

    Thanks

    brightondesign
    Participant

    Thank you however this now means that I cannot access the dropdown menus as there appears to be a gap between the main nav menu & submenu causing it to close when I mouse down.

    http://kerryrosephotography.com/

    serkan
    Moderator

    Hi @brightondesign;
    You should remove the line-height code then it will be ok.
    I gave you that code because i didn’t want to get too high line but it is creating another issue with submenus. If you still want to keep that line please delete the second code and use like that;

    .nav-menu ul li a {  border-right: 1px solid #ccc; }

    Thanks

    brightondesign
    Participant

    Thanks, and finally is it possible to increase the size of the menu & header images at all ?

    Thank you once again !

    serkan
    Moderator

    Hi @brightondesign;
    You can use this custom css code for increase the size of the menu;

    .nav-menu ul li a { font-size: 1.4em; }

    You can check out this post for logo size but your logo should be bigger than 100px height ..
    http://www.pixelwars.org/forums/topic/logo-size-2/
    Thanks

    brightondesign
    Participant

    Thanks for that, urgh this client is doing my head in.

    Now the sub menu sits on top of the main nav menu when you hover. Is there a way we can now set the sub menu to sit lower ?

    Sorry about this.

    serkan
    Moderator

    Hi @brightondesign;
    Thats fine. You can use this custom css code;

    .nav-menu ul ul { top: 70px; }

    Thanks

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register