Pagination: external link icon
-
Hello,
I have the following CSS code to mark external link with an icon:
a:not( [href*='mysite.com'] ):not( [href^='/'] ):not( [href^='#'] ):not( [href^=mailto] ):after {
font-family: 'FontAwesome';
content: " \f08e";
}
And with CV, pagination looks the following way (please see screenshot):
Would you please enhance CV so that there would be no external link indication in pagination.
Thank you!
https://wordpress.org/plugins/content-views-query-and-display-post-page/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Pagination: external link icon’ is closed to new replies.