For those who have the same problem:
.focus-box .service-icon {
border-radius: 0;
}
.focus-box .service-icon .pixeden {
border-radius: 0;
}
I have the same problem, i did change from
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
to
<h2><?php the_title(); ?></h2>
in
content-featured-blog.php and content-featured.php because i didn’t find the code in page / index or single.php
But I’m still seeing the permalink.
What can I do?