• Resolved kellymarie2001

    (@kellymarie2001)


    Hi there! I’m trying to style the Table w/ styled current day for a footer widget, but it’s showing a border line on the left side and every other day has a white background.

    I understand the plugin will be pulling from my current theme, but is there a way to remove that every other day background and left-hand border of just the business hours, rather than editing the theme settings for the rest of the website?

    TIA!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kellymarie2001

    (@kellymarie2001)

    PS I managed to change the background color to the same # as the footer color, but it’s fairly messy coding and I’m just hoping for it to be transparent

    .footer_color tr:nth-child(odd), .footer_color .pricing-table>li:nth-child(odd), .footer_color .pricing-extra {
    background: #82c569;
    }

    Currently it looks like every other line is a slightly different font as a result, but it may just be me!

    I did figure out the border issue (yay!) but the current day indicator isn’t working even though I’ve got the custom CSS inserted.

    Lastly, what’s your recommendation on how to reduce the space between lines a little bit?

    Thanks!

    Plugin Author Maarten

    (@maartenbelmans)

    Hi @kellymarie2001

    As you already mentioned, our plugin takes over the ‘table” style from your theme or page builder (this is the only way to keep our plugin “not opinionated”). If your theme does not offer settings to style this, then indeed CSS code is the only way to make it as you like.

    So in that sense, you’ve done a great first step to get the style you prefer!
    I do see what you mean with every other line being slightly different, so it’s not 100% there yet (but close!).

    The “current day” indicator class is available in the paid version of the plugin, we should have mentioned that in the doc. My apologies!

    I hope you can understand we can’t help out free users with custom CSS code. Support for free users is limited to bugfixes. We have to draw a line somewhere as we do this for a living and need to pay the bills too. I hope you can understand!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Styling the table format’ is closed to new replies.