badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: I want to hide the menu from two pages

#46937

To remove the advertising banners on the sidebar from the Register/ Login Page go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS and add the following CSS code and click on save button:

.page-id-113 #secondary .widget_text, 
.page-id-115 #secondary .widget_text {
	display: none;
}

Thank you!