cel color

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #731909
    magpivo
    Participant

    how do I change the cell color to different hue in weekly calendar view? thanjs

    #732058
    Andy Fragen
    Moderator

    You can try using The Events Calendar Catgory Colors plugin.

    #732066
    magpivo
    Participant

    can you jjst sebnd me the ccs code please to change the cell bg?

    #733316
    Brian
    Keymaster

    Hello magpivo,

    There is no css for the individual cells, but this will change background for the entire area.


    .tribe-week-grid-wrapper .tribe-week-grid-block {
    background: #ccc;
    }

    Add that to your theme and change the ccc to the color you would like.

    Let me know if that works for you.

    Thanks

    #736507
    magpivo
    Participant

    i need to chsnge the cells colors (where the event is) for diufferent blue hue, not the entire spreadhseet background. please kindly provide the code.

    #736526
    Andy Fragen
    Moderator

    magpivo, please try the plugin. It will give you what you want.

    #736531
    magpivo
    Participant

    can you just point me to the folder that I can change the color please??

    #737863
    Brian
    Keymaster

    Andy is correct that plugin would be one way to help you out and I encourage you to try it. Thanks Andy!

    Here is the link for it.

    The Events Calendar Category Colors

    Also, I got this css to change the events in Week View Only.

    .tribe-events-week-grid .tribe-grid-allday .hentry.vevent > div {
    background-color: rgba(0, 0, 0, 0.75);
    border-color: #1b607f;
    }

    It is set to black, but you can change it to any color.

    Let me know if that helps.

    Thanks

    #740191
    magpivo
    Participant

    that code didn’t seem to do any change, i give up, will try the plugin, thanks for your help Brian

    #740280
    Andy Fragen
    Moderator

    Please let us know how the plugin works for you.

    #782781
    Brian
    Keymaster

    This thread’s not seen much activity for the last couple of weeks – and there’s not too much more we can offer here given its a customization – so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘cel color’ is closed to new replies.