Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support tristan083

    (@tristan083)

    hI @nchkrn ,

    Thank you for reaching out.

    Kindly try appending the following custom CSS snippet to your theme’s additional CSS section (Appearance -> Customize -> Additional CSS) and see if this works for you in extending the white background to the full width of the page.

    .single-tribe_events .mil-content {
    background-color: white !important;
    }
    Thread Starter nchkrn

    (@nchkrn)

    Hi,

    Thanks so much for your help! This works perfectly, but the only problem is that the footer also changed the color to white. Is there a way to exclude the footer part from this custom CSS?

    Thank you!

    Plugin Support Darian

    (@d0153)

    Hi @nchkrn

    Sure! Please add the following to have a black background on the footer.

    .single-tribe_events .mil-dark-bg(
    background: #111111;
    }

    Let me know how it goes.

    Thread Starter nchkrn

    (@nchkrn)

    Hi @d0153,

    I have tried adding the code but the footer is still white. Not sure if there’s any other way?

    Thank you so much!

    Plugin Support tristan083

    (@tristan083)

    Hi @nchkrn ,

    Thank you for your message.

    I just visited your event (https://scii.chula.ac.th/event/ai-literacy-for-c-suite-executives/), and I can see the footer to be in a black background now (see https://go.screenpal.com/watch/cZjZ2mV9PMN). Have you got this sorted out?

    Plugin Support Darian

    (@d0153)

    Hi there,

    It appears that there hasn’t been any recent activity on this thread, so we’ll consider it resolved. However, if you have any additional questions or concerns, feel free to start a new thread.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Single Event Page Background Color’ is closed to new replies.