Hi willmorcos
For this, Please add the following CSS code in custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).
.product_meta .tagged_as a,
.product_meta .tagged_as,
.product_meta .posted_in,
.product_meta .posted_in a {
color: #fff;
}
Let us know if it works..!
Thanks
Thank you Shahid.
Appreciate the reply and happy to say that it changed the colour to white.
If I wanted to just change the colour of the word Category: & Tag: how would I do that?
Or perhaps change them to bold text? Just the heading title and not the individual tags?
Thank you.
Hello
Could it be displayed as two lines ans the words Category and Tags in a different colour?
Such as:
Category: Gifts
Tags: 24k gold, anniversary, birthday, christmas, gift, gold plated, lighter
Thank you.
Hi willmorcos
For this, Please add the following CSS code in custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).
.product_meta .tagged_as,
.product_meta .posted_in {
display: block;
padding-bottom: 10px;
font-weight: 600;
color: #77a464 !important;
}
.product_meta .tagged_as a,
.product_meta .posted_in a {
font-weight: 400;
}
Change the color of the category and tags as per the need.
Hope this will helps..!
Thanks
Hello willmorcos
I’m really glad to hear I was able to help. I hope you enjoy Wallstreet theme.
If you are happy with our theme or help so please provide us a review here https://wordpress.org/support/theme/wallstreet/reviews/
Thank You.