Heads up!
This article contains CSS code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This article contains CSS code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
CSS relating to the submit listing page.
Examples
Hide rootline
This will hide the progress bar at the top of the submit listing page.
.wpbdp-submit-page .wpbdp-submit-rootline { display: none !important; }
Hide rootline text
This will hide the text under the rootline.
.wpbdp-submit-page .wpbdp-rootline-section-name { display: none !important; }
Hide plan description
This CSS will hide the plan description on the plan selection page.
.wpbdp-submit-page .wpbdp-plan-description { display: none !important; }