Hi,
you should be able to change the location and date text colors by adding the code below in the wp-admin / Appearance / Customize / Additional CSS panel
.adverts-list .advert-item .advert-published .advert-date {
color: green !important;
}
.adverts-list .advert-item .advert-published .advert-location {
color: blue !important;
}
BTW. Is there any reason why you are using the shortcodes instead of blocks?
Thank you for your help
I don’t use Block/Gutenberg, probably because of old knowledge and the template I use and I’m used to their system of creation.
Hi,
ok thanks, for the feedback.