Calendar page header background color

Home Forums Calendar Products Events Calendar PRO Calendar page header background color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1109737
    Ralph
    Participant

    I have my default page header background color set to rgb(255,255.255,0). I’ts working fine in all pages but the Calendar Page, it’s even working on the single event page. The Calendar page (events) is showing a white background in the header. How do I correct that?

    #1109744
    Geoff
    Member

    Hey Ralph!

    Do you happen to have a link where I can see that? It will take some CSS, but I can help try to pin down the class for it if I can have a look.

    Thanks!
    Geoff

    #1109779
    Ralph
    Participant
    #1109980
    Geoff
    Member

    Give this a try:

    .tribe-theme-Avada .fusion-header {
    background-color: transparent !important;
    }

    You can add that to either your theme’s style.css file or using the Simple Custom CSS plugin.

    Thanks!
    Geoff

    #1110194
    Ralph
    Participant

    Thanks for your quick response

    That worked.

    I have one more problem:

    On my single event page, Event Pro seem to be putting a background color on top of my sidebar background color. How can I remove it? When I deactivate Pro, it goes away.

    http://www.villageofhazelcrest.org/event/expungement-summit/

    Thanks

    • This reply was modified 7 years, 11 months ago by Ralph.
    #1110425
    Geoff
    Member

    Hey Ralph,

    Awesome, glad that worked!

    Might be a similar sort of thing for the sidebar:

    .single-tribe_events .tribe-events-event-meta {
    background-color: transparent !important;
    }

    Cheers!
    Geoff

    #1110971
    Ralph
    Participant

    Thank You Geoff

    That worked.

    Since Avada is including Event Calendar in there Theme Bundle, I hope future releases will make it easier to control the colors in the calendar.

    Thanks again

    #1110980
    Geoff
    Member

    My pleasure, Ralph! So happy that worked.

    I totally agree. It would be worth submitting a request to the theme author — I know Avada includes a lot of customization development to the calendar, so adding more options for those customizations would indeed be awesome.

    Cheers and have a great day!
    Geoff

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Calendar page header background color’ is closed to new replies.