-
AuthorPosts
-
September 18, 2016 at 4:15 pm #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 whiteI 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,
TalSeptember 18, 2016 at 5:36 pm #688153it 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.
September 18, 2016 at 7:39 pm #688182Hi!
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,
BasilisSeptember 19, 2016 at 7:24 am #688321September 21, 2016 at 2:36 pm #689832Hi,
try this code:
#tribe-events-content { background-color: transparent; } .tribe-embed .tribe-events-content{ color: white; }
Best regards,
AndySeptember 27, 2016 at 10:05 am #692103Still 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
TalSeptember 27, 2016 at 10:39 am #692108please view this page: http://muvix.co.il/event/fantastic/
September 27, 2016 at 11:10 am #692117sorry, changed to
trying to change into
.single-tribe_events .tribe-events-event-meta {
background-color: transparent important!;
color: #f9f9f9;
}nothing changed!
September 29, 2016 at 9:13 pm #693376Hi,
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,
YigitSeptember 29, 2016 at 9:20 pm #693381Hi Yigit,
this is a screen shot with my request
https://drive.google.com/file/d/0B-a0aMNNBA-GS1pucDZmamxENDg/view?usp=sharingneed to change the color to transparent
Thanks
TalSeptember 29, 2016 at 9:23 pm #693383Hi!
There was a small error in your custom CSS, i fixed it. Please review your website now
Cheers!
YigitSeptember 29, 2016 at 9:25 pm #693384GREAT!!!
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!
TalSeptember 29, 2016 at 9:28 pm #693391Shalom!
I added following code to Quick CSS as well
.av-single-event-meta-bar * { text-align: right; }
Please review your website now
Regards,
YigitSeptember 29, 2016 at 9:38 pm #693395Almost.. 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
September 30, 2016 at 2:10 pm #693751Hi,
no that won’t be easily possible unfortunately.
Best regards,
AndySeptember 30, 2016 at 3:56 pm #693852Hi,
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=sharingisn’t it possible?
Thanks
TalSeptember 30, 2016 at 4:06 pm #693870Hi!
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!
YigitSeptember 30, 2016 at 4:37 pm #693908Thanks 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=sharingOctober 5, 2016 at 1:50 pm #695472Hi,
use this code:
dd.tribe-venue { text-align: right !important; }
Hope this helps!
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.