Change the background color on only 1 page

Posted in: Newspaper
Post count: 19

Hi We are using the event calendar plugin on our site and want to change the background color of this page only to white: https://staging1.mycentralfloridafamily.com/events/ how do we do that?

Thanks,

Post count: 35449

Hi,

You can use the background from categories for this ( https://www.screencast.com/t/qRQDe9tGS7 ), just ashore you have just that page in that category, if you wish to have only on that page different background.

Thank you.

Post count: 19

Hi,
How do you set a single page as a category?
Thank you,

Post count: 19

Hi,
Giving additional info on this TheEventsCalendar plugin creates its own page when you install the plugin. There is not backend admin panel for the page like a normal page would have and the TD composer is not accessible from the front end either. If you look for the page in the pages panel in WordPress it does not show there either.
So how would I can access the page to assign a category. Is there another way?
Thank you.

Post count: 35449

Hi,
Pleas add this code in Newspaper> Theme panel> Custom code > Custom css
.post-type-archive-tribe_events {
background-color: red;
}

You can change the color, add new css if you like.
Hope this will help you.
Thanks.

  • This reply was modified 7 years by Calin.
Post count: 19

Big kiss! It worked.

Post count: 19

Hi sorry, one last question. I also need to have all the listing pages white as well. https://staging1.mycentralfloridafamily.com/event/defy-orlando-now-open-in-orlando-check-out-6-under-only-times-6/

Can this be changed?

Post count: 35449

Hi,

If I understand correctly this code is what you need:
.tribe_events-template-default {
background-color: white;
}

See results: https://www.screencast.com/t/aaWHsWWYa5L7

Thanks.

Post count: 19

Worked like a charm. Thank you for your expert support.

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.