• Resolved EMar

    (@sounds)


    Hi,

    I created a dark theme,
    Background color behind the numbers in Remaining Time display is white.
    Used inspect element to change background, border color to dark colors.

    Applied code to theme Additional CSS but no luck:

    .bx-wrapper { position: relative; margin-bottom: 60px; padding: 0; -ms-touch-action: pan-y; touch-action: pan-y; -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; box-shadow: 0 0 5px #ccc; border: 5px solid #141827; background: #0c1418; }

    Any advice.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tony Zeoli

    (@tonyzeoli)

    so sorry that we haven’t checked back in on this together. We may have to add a class for that element for you to hook into. Let me ask Tony Hayes for a solution.

    Plugin Contributor Tony Hayes

    (@majick)

    @sounds Apologies for missing this issue, you should be able to adjust the background color for the remaining time countdown like this:

    .rs-countdown .rs-hours, rs-countdown .rs-minutes, .rs-countdown .rs-seconds {background-color: #111111;}
    Thread Starter EMar

    (@sounds)

    Hi @majick no worries,

    I tried that code in Additional CSS and theme custom CSS, but no luck.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remaining Time – Background color for dark theme’ is closed to new replies.