Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #742843

    Hi, Im having an issue with a table in a questionnaire using WPMUDEV Megapoll. It looks like it draws the CSS from Enfold, but no matter the change I make to quick CSS, I can’t get a result. Odd table cells have white on white and therefore can’t be seen.

    Are you able to assist?

    Thanks

    #742948

    Hey antdesign01,

    Please try the following in Quick CSS under Enfold->General Styling:

    .mp-table-radio-main thead th {
      color:#000 !important;
    }

    Best regards,
    Rikard

    #742973

    Hi Rikard,

    This didn’t help unfortunately…

    Ant

    #744623

    Hey!

    Please try this one instead.

    #megapoll .table>thead:first-child>tr:first-child>th {
        color: gray !important;
    }

    Cheers!
    Ismael

    #744659

    That worked for the table rows, but the top row has text in it which is still displaying as white. Is there a small snippet more you might be able to assist with to style that?

    Cheers!

    #745247

    Hi!

    I’m sorry but I can’t find the other text. Could you please provide a screenshot from imgur or dropbox?

    Best regards,
    Ismael

    #746077

    Its actually changed again today – the numbers are now visible, but every second list item is not.

    https://dl.dropboxusercontent.com/u/1972043/Share/tableeg.png

    cheers

    #746105

    Hi!

    Thank you for the update. Please add this css code.

    #megapoll .mp-table-radio-wrapper tbody tr td {
        color: gray;
    }

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.