The column where the verse references show up on the search results page shows up as a light gray and is unaffected by the theme. Is there anyway in can be coded to be affected by the theme?

Comments

MikeLee_Birdy’s picture

Dear Sir:
Sorry....I cannot get you. Could you give me a image so that I can understand where to go?
MikeLee

modulo49’s picture

the site is questgamers.org

it seems to be an issue with any table that has sortable columns

MikeLee_Birdy’s picture

Dear modulo:
Yes, I've seen the problem. This seems happens only dark-background themes. Please try modify your theme style.css and find/add this section:

td.active {
  background: none;
}

I guess this will solve some problem about sorting column.
MikeLee

modulo49’s picture

Status: Active » Closed (fixed)