Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Remove Default Header and Footer and add custom header and footer with css

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #272459
    jatindersingh81
    Participant

    I want to remove default header and footer in chrome with css and add my own header and footer on each page.

    I tried the following

    @media print, screen {
    /#Header, #Footer {
    display: none !important;
    }
    /
    }

    and added the link to the css like the following

    Thanks in anticipation

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.