Skip to content

Taxonomies with custom Colors in meta #77

Closed Answered by razonyang
Gordolin asked this question in Q&A
Discussion options

You must be logged in to vote

There is no such parameter for this purpose, you can achieve this via CSS.

Is it possible to use custom colors for the taxonomy badges in the blog list and post views

.hb-blog-post-taxonomy {
    background-color: red !important;
}

Is it possible to use icons for the taxonomies or replace the "#" in tags with another sign?

.hb-blog-post-taxonomy {
    &:before {
        content: "";
    }
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Gordolin
Comment options

@razonyang
Comment options

Answer selected by Gordolin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants