Home Forums WoodMart support forum Change color of the TITLE POST of Blog and Menù color Reply To: Change color of the TITLE POST of Blog and Menù color

#560126

Hung Pham
Keymaster

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,