Remove Header area from blog page - by cmsmi18

This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Robert Hall

  • Avatar: cmsmi18
    cmsmi18
    Participant
    May 25, 2016 at 17:11

    hello

    i am attempting to remove the header area from my blog page and replace it with an image or a slider http://prnt.sc/b8bjng

    also is it possible to place navigation links in the footer, i have tried and it looks like this: http://prntscr.com/b8bkw6

    an remove the sticky menu from this page?

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 25, 2016 at 17:49

    Hello,

    1) Please try to add this code in Theme Options->Custom CSS->Global Custom CSS.

    .blog header{
    display:none;
    }

    2) Try to use the menu without submenu items and add this code in Global Custom CSS.

    .main-footer .widget_nav_menu li {
        width: inherit;
    }

    3) Please try to add this code in Theme Options->Custom CSS->Global Custom CSS.

    .blog .fixed-header-area {
        display: none !important;
    }

    Regards,
    Robert Hall

    Avatar: cmsmi18
    cmsmi18
    Participant
    May 25, 2016 at 18:33

    thank u thank u!!!

    can i remove this area from the header as well http://prntscr.com/b8cmbg
    also can i remove the header from the actual post page http://prntscr.com/b8cmor
    center the new menu in the footer http://prntscr.com/b8cn0v

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 25, 2016 at 18:41

    Please add the following code in Global Custom CSS.

    1)

    .blog .top-bar {
        display: none;
    }

    2)

    .single-post header,
    .single-post .top-bar{
    display:none;
    }

    3)

    #menu-blog-footer{
        display: table;
        margin: auto;
    }

    Regards,
    Robert Hall

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.