Home / Admin / Add Hash Tag
Duplicate Snippet

Embed Snippet on Your Site

Add Hash Tag

Adds hash tag and style to default tag cloud.

Code Preview
css
a[class^="tag-cloud-link"]::before {
    content: '#';
    color: blue; // optionally add theme color
    font-weight: bold; // optionally make thicker
} 

Comments

Add a Comment