Home Forums Support Widget Support Facebook Events Changing background Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21477
    Anonymous
    Inactive

    Hi,
    i just got your widget, everything seems to work fine. Before buying i looked at your demo and thought you can change the background of widget, not just the header. Maybe im just not getting it. Can you please help!

    #21554
    responsive-muse
    Keymaster

    Hi Jeanette!

    Thanks for your purchase.

    Since there is two background colors (even/odd) we did not add background color settings, but you can easily achieve this with a little CSS snippet.

    You can change both colors using this custom CSS code. Just replace f9f9f9 and ffffff for the HEX colors you would like to use.

    <style>
    table.dataTable.display tbody tr.odd {
        background-color: #f9f9f9!important;
    }
    table.dataTable tbody tr {
        background-color: #ffffff!important;
    }
    </style>

    You can paste custom CSS by either using Object -> Insert HTML or putting it in the tag by going to the Metadata tab of Page Properties (Page -> Page Properties).

    I hope it helps!

    Kind regards.

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