• Resolved anseric

    (@anseric)


    Link still in staging.
    But my uneven rows are in white. I know it’s because my “Hello Elementor” theme but I can’t seem to override it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @anseric This is the theme; not this plugin. There are no row background colours set…

    Plugin Author Design Extreme

    (@designextreme)

    @anseric I suggest adding something like this to your Child Theme’s CSS or the Custom Styles (in Advanced tab):

    .opening-hours table tr:nth-child(even),
    .opening-hours table tr:nth-child(odd),
    .opening-hours table tr:nth-child(even) td,
    .opening-hours table tr:nth-child(odd) td {
        background-color: transparent;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Opening Hours Elementor’ is closed to new replies.