You are here:  » Comparison Results 'Hidden'


Comparison Results 'Hidden'

Submitted by sae2011 on Fri, 2018-02-23 15:10 in

I appear to have a problem with the PT comparison results showing up in the WP theme I'm using. They appear hidden, i.e. the text is black and for some reason my theme has made the background of the price comparison results black as well. I have tried to see where this issue has come from, but can't seem to be able to change the background colour of the PT results section. My theme does allow for additional CSS so I wondered whether restating the CSS code for the PT price comparison results might work? An example of what I mean can be seen at {link saved}.

Kind regards,

Steve

Submitted by support on Sat, 2018-02-24 08:34

Hi Steve,

What I would suggest would be to put a white background with the !important flag on any affected plugin generated sections. Each has a containing div with a class, commented in resources/pto.css of the plugin distribution, so for example for the price comparison table, look for the following code beginning at line 107:

.pto_pp {
}

...and REPLACE with:

.pto_pp {
  background-color: white !important;
}

Hope this helps!

Cheers,
David.
--
PriceTapestry.com