Viewing 3 replies - 1 through 3 (of 3 total)
  • What do you want to remove?

    Thread Starter sarah hk s

    (@sarah-hk-s)

    hi,
    thank you so much for replying!

    i want to remove the search tool and my name from the center of the page. also, having real trouble getting a simpleviewer page made.

    To hide the search

    div#search-top {
      display: none;
    }

    to hide the name

    .site-branding.container {
      display: none;
    }

    Not sure about the simpleviewer page

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘changes to theme home page’ is closed to new replies.