Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi 1bluewater try the following code.

    element.style {
        background-color: white;
        display: none;
        left: 205px;
        position: absolute;
        top: 7713px;
    }

    I added a background-color: white;

    This code needs to be added to the following

    <table id=”epoch_popup1_11_calendar” class=”calendar” classname=”calendar” style=”position: absolute; top: 7713px; left: 205px; display: none; background-color: white;”>

    Let me know if that helps you.

    Thread Starter 1bluewater

    (@1bluewater)

    Hi thanks , but where do i add that code ,bit new to all this …

    Do I , add this directly in the plugin , styles or field , or in the editor for wordpress for that page ?

    Hi try and add background-color: white; to the Date field Input CSS.

    Thread Starter 1bluewater

    (@1bluewater)

    Hi nope doesn’t work doing that ?

    Are you using a child theme? Or does your theme allow you to add custom code?

    Thread Starter 1bluewater

    (@1bluewater)

    Yes catalyst child theme ,yes i can ad code .but I decided to just use the text box for people to just type in the dates as i have been trying to fix this for months ..Thanks

    Okay add the code to your child theme css file. That should work…

    Thread Starter 1bluewater

    (@1bluewater)

    K will try that , thanks very much for your help . Michael…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Back ground color of feildes’ is closed to new replies.