Hi Timmy,
.blog .anariel-breadcrumb .browsing { display: none; }
If you past that line of code into your custom CSS it will remove the “Browsing Category” text.
Hey!
I took a quick look at the theme you’re using and it doesn’t look like there’s an easy way you can add nofollow to those social links.
You could directly edit the file where the links are coming from “wp-content/themes/blogwp/inc/functions/social-buttons.php” and add rel=”nofollow” to each of the links but if you ever updated the theme those changes would be lost and it’s generally better to not edit themes directly.