Best Premium and Free WordPress Themes › Forums › DuperMagPro › New post titles are inverse colored › Reply To: New post titles are inverse colored
July 20, 2017 at 5:12 am
#18978
acmethemes
Keymaster
Please add the below css codes on Appearance > Customize > Additional CSS
.entry-header .entry-title > span {
background: #fff !important;
color: #000 !important;
}
.entry-header .entry-title > span::after {
background: none !important;
}
Hope, this will help you to solve the issues.
Regards