Hello @ckbioffice,
Thank you very much for the appreciations.
Now to remove the link from the site title use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.site-title {
pointer-events: none;
}
Also, the option to remove the overlay in the slider section is already available in the theme.
For this go to Admin Panel > Appearance > Featured Slider > Slider Options and uncheck the option “Enable Overlay“.
Hope this helps.
Best Regards!!