Date and price wrong colour, taking two lines, please help

Home Forums Calendar Products Community Events Date and price wrong colour, taking two lines, please help

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1035203
    ardcgarage
    Participant

    Hi gang,
    Apologies, I’m frustrated with failing at this css.
    I’ve got a dark site, and the H2 date is dark on my site, I cant seem to alter it. Also, the time of the event and the event price are on two lines instead of one for some reason? Help?
    http://www.sydneymotorsportpark.com.au/event/sms-track-day-020516/ as an example

    #1035632
    George
    Participant

    Hey @ardcgarage,

    Sorry to hear about your frustrations! We unfortunately offer no support for customizations or theme design issues, which this is.

    With that being said, I’ll still try to help as much as I can and can hopefully recommend some CSS to help resolve these issues πŸ™‚

    On that note however, I tried accessing your site at the link you provided and kept meeting a white screen – can you ensure that your site with these CSS issues is totally, publicly visible? I’ll take another look. (And note: I say “publicly” because we cannot log into user site admins for any reason, so please do not share any login credentials here! πŸ˜€ )

    Thanks,
    George

    #1036169
    ardcgarage
    Participant

    Our server went down! When you can, please try now?
    Ive looked up other threads similar to this but the custom css mentioned does not work on our site. πŸ™

    #1036988
    George
    Participant

    No worries! Thanks for your patience and for sharing the link again. I took a look and would recommend the following CSS:

    To get the date and price all on one line, add this:


    .tribe-events-schedule h2 {
    clear: none !important;
    display: inline-block !important;
    }

    To lighten the coloring of the date text, try this:


    .tribe-event-date-start {
    color: #bcbaba !important;
    }

    πŸ™‚

    I hope this helps!

    β€” George

    #1037080
    ardcgarage
    Participant

    Legend. Thank you so much! Works a treat πŸ™‚

    #1037172
    George
    Participant

    Woot! Glad to help.

    Best of luck with your site,
    George

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Date and price wrong colour, taking two lines, please help’ is closed to new replies.