Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Background color from Custom PostType › Reply To: Background color from Custom PostType
January 29, 2024 at 10:44 am
#46773
Keymaster
Hi,
Thank you for the details.
So I see the box HTML is actually populated there, but there is a custom CSS rule that overrides all the colors: https://i.imgur.com/JeM7LEI.png
This:
.box {
text-align: center!important;
background-color: #0000003b!important;
}
Removing the color rule from that will resolve the issue.