Versions Compared

Key

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

...

Code Block
languagecss
body.og-context section.region.region-sidebar-first.column.sidebar {display: none;}
body.og-context div#content {width: 100%!important;}


Hide the price on a course landing page

Replace ### with the node id of the appropriate course.

Code Block
languagecss
.page-node-#### .group-price.field-group-divĀ {display:none;}