• Resolved decca1o

    (@decca1o)


    Hello, thanks for the great plugin. I am simply trying to change the color of a background row. No matter what changes I make, it is not reflected on my website or in the preview option of your plugin. I am using the code below and have no idea where to start troubleshooting

    .wp-table-reloaded-id-56 .row-3 td { background-color: #ff0000!important; }

    I have tried to change the table id name, but it always goes back to 56. Any help is appreciated. Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post.

    Your code looks fine to me, so it’s weird that it is not working…

    It is expected that the code does not work in the “Preview” (no styling is applied there), but it should on the actual page.

    Can you please provide a link to the page with your table, so that I can take a look at it?

    Regards,
    Tobias

    Thread Starter decca1o

    (@decca1o)

    Thread Starter decca1o

    (@decca1o)

    Tobias, When I look at my source, I see<table id="wp-table-reloaded-id-56-no-1"... In the plugin screen, the table id only shows 56. I tried adding the “-no-1” part to the CSS, but it still did not change. Thanks,

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link.

    Your CSS is indeed correct, you have however entered it in the wrong place. It must not go into the “Custom CSS class” field on the “Edit” screen, but into the “Custom CSS” textarea on the “Plugin Options” screen.

    Once you move it there, everything should be fine.

    Regards,
    Tobias

    Thread Starter decca1o

    (@decca1o)

    My mistake. I appreciate your help. Thanks

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome!

    Best wishes,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘CSS Row Color’ is closed to new replies.