Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #25756
    pele
    Participant

    Hi chaps,

    Im trying to figure out how to remove “HOME and SITEUPDATES” from my website.

    http://blackandroidtheme.com/

    Basically i want to be able to hide Page titles on selected pages of my choice.

    Is this possible with CSS Code.

    Many thanks in advanced for your continued help and continued development of this theme.

    Pele

    #25791
    pele
    Participant

    or even better, is it possible to remove the “HOME” (menu titles) but keep the black bg, so its non-clickable ?
    TIA

    #25815
    Sakin
    Keymaster

    @pele: I cannot see the text “HOME and SITEUPDATES” in your site. So, bit confused. For menu titles, you can build custom menus and then assign custom menu. Where you can add your own menu items, links and label.
    Read:
    http://catchthemes.com/blog/custom-menus-wordpress-themes/
    http://en.support.wordpress.com/menus/

    #25877
    pele
    Participant

    Ah you and your team are awesome!

    I removed the “HOME” text from the menu bar re your links.

    Thanks, the customer service and steady updates keep users coming back and interested and most of keep us renewing the fee to use your themes..

    KUDOS

    (ill be putting in some requests/ideas soon)

    #25878
    Sakin
    Keymaster

    @pele: Sure thanks for your appreciation.

    #25880
    pele
    Participant

    ooo Question,

    Now i managed to remove “Home” from the menu bar in desktop mode.

    How do i also remove the option to click the menu in mobile mode. Basically when i view my site from a mobile, users are able to click the menu bar. i want to be able to disable this.

    Thanks

    #25888
    Sakin
    Keymaster

    @pele: So, you want to disable the whole menu in mobile devices? I see home menu is desktop as well. Sorry I am not so clear your about question.

    #25895
    pele
    Participant

    Hi,

    Yes if its possible ?

    But I would like the black bar to stay but slightly thinner ?

    Thanks

    #25992
    Sakin
    Keymaster

    @pele: yes you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* Hide Menu in Screen Size below 960px */
    @media screen and (max-width: 960px) {	
    #header-menu { display: none; }
    #masthead { border-bottom: 2px solid #000; }
    }
    #26013
    pele
    Participant

    LOL…

    Sakin, you are GOLD !!!

    Thanks for the support 🙂

    #26036
    pele
    Participant

    Hi Sakin,

    Is it possible to reduce the space between:

    ‘Black Android Theme’ and ‘site news | about’

    On mobile its perfectly fine, but on desktop there is to much space.

    Here is my CSS so far :

    ins {
    background-color: #ffffff;
    }

    /* Hide Menu in Screen Size below 960px */

    @media
    screen and (max-width: 9999px) {
    #header-menu { display: none; }
    #masthead { border-bottom: 2px solid #000; }
    }

    .site { margin-top: 0 }
    .site { margin-bottom: 0 }

    .site { box-shadow: none; }

    /* For above and below logo and social icons */
    #site-logo, #header-right { padding-top: 0px; }
    #hgroup-wrap { padding-bottom: 0px; }

    #site-logo { padding-top: 0px; }
    #header-top { padding-top: 40px; }
    #header-top { padding-bottom: 0px; }

    #site-title {
    font-family: ‘Roboto’;
    font-weight:Regular;
    padding-bottom:0px;
    padding-top:0px;
    }

    #header-content { padding: 0; }

    —————-

    Also FEATURE REQUEST :

    Please could you add if its possible, double tap to zoom in mobile mode

    Many thanks

    #26044
    Sakin
    Keymaster

    @pele: Sorry I don’t understand what you mean by the space between ‘Black Android Theme’ and ‘site news | about’. I don’t see that.

    The double tap to zoom in mobile mode feature has already been added in Version 2.0. Just go to “Appearance => Theme Options => Responsive Design” and then check “Enable Zoom in Mobile Devices” and save changes.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove Page Title (HOME) and more’ is closed to new replies.