Background to Events has not picked up on theme css

Home Forums Calendar Products Events Calendar PRO Background to Events has not picked up on theme css

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #158511
    jscarlett
    Participant

    I am running Event Cal Pro on a Yootheme theme and it looks great apart from the events pages have not picked up the background white box styling that appears behind the content on all other pages. The Events pages have a dull grey background.

    How do I set up the events pages to look the same as other pages please? Thanks

    #159553
    Barry
    Member

    Hi!

    There are a couple of approaches you might take here.

    The first is changing the template: right now it looks as though you are using the Default Events Template which is great, but sometimes the Default Page Template meshes a little better with certain themes. Could you try adjusting this (via the Events → Settings → Display admin screen)?

    The second is to add some custom CSS via a tribe-events.css stylesheet (see our Themer’s Guide – and this section in particular – for details on setting this up). Within that file you could then add something like:

    #tribe-events-content-wrapper { background: white }

    To alter the background.

    Does that help?

    #159724
    jscarlett
    Participant

    Thanks Barry that has helped a lot.
    I have added some lines to the theme css and the Events page background is now white.
    How do I target the Venue and Organizer pages please?
    Thanks

    #160623
    Barry
    Member

    Would this work?

    #tribe-events { background: white }

    Possibly this would accommodate all situations and would replace the earlier rule (but if not use both).

    #160703
    jscarlett
    Participant

    Thanks Barry – all works now!

    #160728
    Barry
    Member

    Excellent!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Background to Events has not picked up on theme css’ is closed to new replies.