Hi @m3rcdc
This code is used to draw the topbar:
<!-- ******************* Structure ******************* -->
<div class="alert-message alert alert-dismissible">
<div class="alert-message-content">
<div class="container">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<p style="text-align: right;"><span style="color: #ffffff;"><a style="color: #ffffff;" href="https://www.myprocare.com/Default/Index?aWtuPTQwNDMyODEwNDYmc2NoSWQ9MQ==">new families</a> | <a style="color: #ffffff;" href="https://www.myprocare.com">pay tuition</a> | <a style="color: #ffffff;" href="https://secure.kidreports.com/login">parent portal</a></span></p> </div>
</div>
</div>
Are you using some alert plugin? If you are using it, take a look in its configuration, to see if it has a menu that you can modify.
If you are not using a plugin, can you see if it is hard-coded in the theme? In this case, you have to update manually in the theme.
Have a nice day