This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Background color from Custom PostType

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Background color from Custom PostType Reply To: Background color from Custom PostType

#46773
Ernest MarcinkoErnest Marcinko
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.