Single Events Page Background Color

https://evidenceofeternity.com/event/international-association-near-death-experience-conference/

I want to control the background color of the content area of these events pages. I inspected the code and couldn’t identify the right class to make these changes. background color needs to be rgb(165, 209, 255) - which it is right now, but there is a container gap of white on the left of the blue background.

Hi @nlwebdesign,

Please add the CSS code below to X > Theme Options > CSS:

.single-tribe_events .x-container.max.width.offset {
    padding-left: 0;
}

The code above will remove the padding for the container of the page only in the single pages of the event plugin that you used.


1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial:

https://www.youtube.com/watch?v=yfoY53QXEnI

Thank you.

Great. That got it. Thanks!

I appreciate the tools as well. I’ve been using them to try and sort some of these issues out myself.

On behalf of my colleague. You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.