#70468
vako
Keymaster
WP Royal Team

Hi Lynn,

 

Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

1. If you want to remove the line:

.border-divider {

display: none;

}

2. If you want to increase the line width use this snippet:

.border-divider {

max-width: 150px;

}

 

Kind Regards