Forum Replies Created

Viewing 4 replies - 421 through 424 (of 424 total)
  • Hi,

    Does this happen to you on localhost too? If it is not happening there then this may be an issue with the hosting provider. Ask your host if they have mod_security enabled and if it’s possible to disable it on a per-directory basis. They may have it set to where you can’t turn it off.

    You may be able to fix it with CSS. If you know CSS coding then after doing an “inspect element” that the “.badge” or the “.label” class is having color set to white.

    If I change that on my debug window to “black” the text changes to the colour as expected.

    Caution here that if you change the “label” class having color attribute as white it may have its repercussions in other places. If that happens then you will have to narrow down the change by adding CSS code to say that every table that has table data that has a class “label” make it have color “white”

    Something like “table > td.label { color:white}” (Just check the exact syntax. Not sure here)

    Hi Olivia,

    Have you purchased this theme from themeforest? If yes, then in the past I have had real good experience contacting the theme developer via themeforest license. The author of the theme there can be of great help. Have you tried this way already?

    Hi,

    It looks like your text has been set to the colour white. Can you change that text of “Ring Size” to any other colour?

Viewing 4 replies - 421 through 424 (of 424 total)