Tags Single Post Background

Hello,

Wondering if there is a css code to change the background color of my tags in individual posts to white. Right now it is transparent to my site background.

The following code gives me a white bar across the footer instead just for the tags.
.single-post .entry-footer {background-color: white}

I can give an example/list a post on my website if needed.

Thanks!

Hi Thomas,

Thanks for reaching out.

In your code, you are specifying the selector .single-post .entry-footer which points to the footer.
Whereas the tags are inside the a element, so you need to add a selector with your code like: .single-post .entry-footer a
To modify it further you can check this resource to learn more.
If you need further assistance, please avail our newly launched service called one, where any customization questions are answered.

Hope it helps.

Thanks

Awesome, very helpful, Thanks!

Hi Tomas,

It’s our pleasure to help you.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.