Site logo

Archived topic

changing the categories style

18 replies · Started by Halil on February 11, 2018

Viewing posts 1–15 of 19

Hi there,

I have tried some css given in the gp forum to change style and look of categories tag, listed at bottom of the posts without success.

What kind of css code should I write to make categories look like the ones in this sample page?
https://powerbi.microsoft.com/en-us/blog/

Hi there,

Like having a background color?

If so try this:

.cat-links a {
    background-color: #000000;
}

Let me know.

thanks for answering Leo, I am aware that this request is far more than a regular support.

I am trying to replicate the same affect as it's seen on this page (another one)

https://www.kasperonbi.com/

U see the red background for each of the cat tags. is it possible to achieve that?

Hmm did you try my CSS above? It should do that.

Yes I did Leo.

Partially worked. How can I remove the "folder" icon and "comma" between cats names.

Now it's very close to what I want, except folder icon and comma between cat names.

also is it possible to remove tag showing the number of comments?

excellent! thanks a lot.

No problem :) Cool style I must say!

thanks. with the help of gp and you I must say!

removing comma didnt work, it messed up everything. is there any other way?

I have copied and pasted the code given into functions.php.

if category name is long, half of the name breaks into next line. can I show the category name as a whole? not breaking half in one line, another half in the next line?

This archived topic is closed to new replies.