Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2531420
CSS needed for Style 01 (flat), please.
Closed

Comments

  • Regina Sweeney started the conversation

    Hi -

    I asked this in a private ticket, but the answer provided did not solve the problem and no follow-up has been given in three weeks.

    Please provide the CSS class to change the color of the Countdown Timer on the WooCommerce product page.  I am using Style 01 (flat).  The default is orange. I need to be able to enter the color as a 6-digit #______.

    The following CSS provided to me only worked for Styles 02 and 03.  But for Style 01, the countdown font on the product page stayed orange.  Please see the attached document for screenshots.

    This is what was given to me previously that did not work:

    .wooct-timer > span > span:first-child {
        color: red !important;
    }
    .wooct-timer > span > span:last-child {
        color: green !important;
    }

    Thank you for your assistance.

  •  767
    Janilyn replied

    Hi Regina,

    Thanks for contacting WPClever Support Forum. 

    Sorry for keeping you waiting, but we're having very heavy schedules, so it will take some time for our developers to reach back to your ticket.

    Hopefully someone can share something more satisfying for your needs.

    Best regards.

    Janilyn T. - WPClever Support Agent

  • [deleted] replied

    Hi Regina,

    Please use this css to change color for style 01

    .wooct-countdown.wooct-style-01 .wooct-timer > span:first-child {
        color: red !important;
    }
    .wooct-countdown.wooct-style-01 .wooct-timer > span:last-child {
        color: green !important;
    }