Paolo,
Thank you for the response! After getting some sleep and researching the forums, I was able to find the issue was with the tool bar. It was showing for all users no matter their login status. I found the post where it was suggested to add the following to my functions file under my theme.
add_filter(‘show_admin_bar’, ‘__return_false’);
That resolved the issue. The only remaining question I have is will this cause any issues when the theme updates? I don’t 100% understand the update process but my understanding is, since I am running this and making the changes via the supreme directory theme…..it is considered a child theme and wont be affected when the master theme (directory starter?) updates.
Is that correct or am I off?
Respectfully Sent.