Welcome to xenforum
I want to change the background color of the tags like in my screenshot.. ^^ see.
@Jason Jones
Hi,
Please try this code:
.tags .tag-item {
background-color: gray !important;
color: white !important;
}
Where can I add the above code?
You can add the css code in the Custom css in Display tab:
@John Ad worked perfectly, thank you!