Okay
  Public Ticket #507377
Dark Background
Closed

Comments

  •  1
    Paul started the conversation

    Is there a way that I can change the background color of my calendar event pages? I installed a calander/event plugin, and it works well, but is there a way within Salient to change the background color of the event page? The plugin doesn't seem to give me an option here.

  •  9,123
    Tahir replied

    Hey ,

    Could you provide the page url ?.

    Thanks


    ThemeNectar Support Team 

  •   Paul replied privately
  •  9,123
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body.single-ecwd_event.postid-6112 {
        background-color: #F9F9F9 !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  1
    Paul replied

    Thanks, that does work for that perticular post, but is there a way that I can make all future event pages also have that white background as a default? http://activelogix.net/wp/event/test-event-2-2/2015-08-25/ I think adding the custom css for every event would get busy after a while.. is there a better way?

  •  9,123
    Tahir replied

    Hey ,

    Sure , Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body.single-ecwd_event {
        background-color: #F9F9F9 !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  1
    Paul replied

    Awesome.. that did it. Thanks!