Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecss
.page-node-#### div.quiz-question-wrapper h2 {
display: none;
}

and replace #### with the node ID containing the quiz question.

...

Code Block
languagecss
#header .block-service-links {display:none;}


Hiding the learning group and other group's left column

...

Code Block
languagecss
.page-node-#### h3.pane-title {
display: none;
}

and replace #### with the node ID of the page.

...

Code Block
languagecss
#uc-cart-view-form th:nth-child(4) {display:none !important;}
#uc-cart-view-form td.qty {display:none !important;}

Hide the cart icon

Code Block
languagecss
#uc-cart-link {display:none;}

Hide the Sell Price search facet (in left sidebar)

...