Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #688140

    Hi

    I have installed the Event Calendar Pro and facing difficulties to change the style of the event embedded.
    I need to change the background to ‘transparent’
    and the font color to white

    I have added the following css to ‘general styling’ but, it does make any change.

    .tribe-embed {
    padding: 25px 22px;
    background-color: transparent;
    color: white;
    }

    need your help.

    Regards,
    Tal

    #688153

    it is hard to say something on it without a link to that site. If there is one in private area than you have to wait on mods to answer you.

    #688182

    Hi!

    Please point us to an exact page where the event embed is been used, so we can see if it is something easy for us to provide as a solution.

    Thanks for your understanding

    Best regards,
    Basilis

    #688321

    Hi Basilis,

    It is at the homeoage: http://muvix.co.il/
    The password in the private data

    Thanks
    Tal

    #689832

    Hi,

    try this code:

    #tribe-events-content {
    background-color: transparent;
    }
     .tribe-embed .tribe-events-content{
    color: white;
    }
    

    Best regards,
    Andy

    #692103

    Still not working

    I have found this css
    .single-tribe_events .tribe-events-event-meta {
    background-color: #05aadd;
    color: #f9f9f9;
    }

    trying to change into
    .single-tribe_events .tribe-events-event-meta {
    background-color: #05aadd;
    color: #f9f9f9;
    }

    but still nothing has changed…

    really need your help with it.

    Thanks
    Tal

    #692108

    please view this page: http://muvix.co.il/event/fantastic/

    #692117

    sorry, changed to
    trying to change into
    .single-tribe_events .tribe-events-event-meta {
    background-color: transparent important!;
    color: #f9f9f9;
    }

    nothing changed!

    #693376

    Hi,

    Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Yigit

    #693381

    Hi Yigit,

    this is a screen shot with my request
    https://drive.google.com/file/d/0B-a0aMNNBA-GS1pucDZmamxENDg/view?usp=sharing

    need to change the color to transparent

    Thanks
    Tal

    #693383

    Hi!

    There was a small error in your custom CSS, i fixed it. Please review your website now

    Cheers!
    Yigit

    #693384

    GREAT!!!
    now that I can see the text… is it possible to align all text to the right, it will be all in Hebrew.

    Thanks a lot!
    Tal

    #693391

    Shalom!

    I added following code to Quick CSS as well

    .av-single-event-meta-bar * {
        text-align: right;
    }

    Please review your website now

    Regards,
    Yigit

    #693395

    Almost.. is it possible to seperat the info text from the sub titles, see the image attached

    https://drive.google.com/file/d/0B-a0aMNNBA-GSFRQQmFYTTUzMFU/view?usp=sharing

    and the Organizer and the Venue are not same padding or margin from the right.

    Thanks

    #693751

    Hi,

    no that won’t be easily possible unfortunately.

    Best regards,
    Andy

    #693852

    Hi,

    I meant to make a gap between the word ‘date’ to the date data
    see as follow (before moving to the right)
    https://drive.google.com/file/d/0B-a0aMNNBA-GUThqTC1mQ1NpRXM/view?usp=sharing

    isn’t it possible?

    Thanks
    Tal

    #693870

    Hi!

    Please add following code to Quick CSS as well

    .responsive .single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
        text-align: left;
    }

    Cheers!
    Yigit

    #693908

    Thanks Yigit,

    I have added the code, and some of the data still not in place
    see the image attached
    https://drive.google.com/file/d/0B-a0aMNNBA-GSVNzamM1ZUhmVjQ/view?usp=sharing

    #695472

    Hi,

    use this code:

    dd.tribe-venue {
    text-align: right !important;
    }
    

    Hope this helps!

    Best regards,
    Andy

Viewing 19 posts - 1 through 19 (of 19 total)
  • You must be logged in to reply to this topic.