September 9, 2016 at 12:00 pm
#46937
Theme Horse Support Team
Keymaster
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!