Change color of the TITLE POST of Blog and Menù color
-
Hello
I have two different problems:
– The first concerns the BLOG: I don’t understand where I can change the color of the post title.
It remains as white as the background.
See photo to understand.
– The second concerns the products page: The menu on the products page remains a different black from the other pages of the all site. See product page screen and Blog page screen.
Attachments:
You must be
logged in to view attached files.
Hi martina.gilardi,
Thanks for reaching to us.
First of all, take my apologies for the delay in answering because of the weekend.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
Good morning
I’ll send you your logins attached
Hi martina.gilardi,
Thanks for reaching to us.
First of all, take my apologies for the delay in answering.
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
div.wd-post-cat.wd-style-with-bg>a,
div.wd-entry-meta .meta-reply .replies-count{
color: #000;
}
div.whb-color-light:not(.whb-with-bg) {
background-color: transparent;
}
Regards,