/*
Theme Name: RondHetWoord-GP
Author: 
Description: GeneratePress customized
Version: 1.0
Template: generatepress

This is the child theme for GeneratePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*
 * disable "register new user" on UsersWP login page
 * /
.bsui .uwp-footer-link.d-inline-block {
    display: none !important;
}
