Submit event descripton text box issue

Home Forums Calendar Products Community Events Submit event descripton text box issue

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1224815
    Mark
    Participant

    Hi,
    In the community events form the tags/inserts font color is white on light grey when “text” is selected but when “visual” editor is selected the text is dark as it should be for contrast. *See screen image attached.

    Where and what to do about this. In the dashboard the form is still okay but not out front.

    Please Help,
    Mark

    #1225381
    Geoff B.
    Member

     

    Good afternoon Mark and welcome back!

    Thank you for reaching out to us.

    We are sorry to hear about the text being white on white in the Community events form. Yikes!
    I would love to help you with this topic.

    To be able to help you better, I would need to be able to look at https://event500.com/things-to-do-near-me-events/community/add.

    Would it be possible to provide me temporary access (in a private reply) so that I can see it ?

    Have a good weekend,

    Geoff B.

    #1225391
    Mark
    Participant

    This reply is private.

    #1226605
    Geoff B.
    Member

    Good evening Mark,

    Thank you for your answer.

    What is going on is that there is another CSS rule interfering.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-community-events input {color: #555 !important;}

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1226612
    Mark
    Participant

    Hi Geoff,
    I added the css…
    .tribe-community-events input {
    color:#555 !important;
    }

    It did not work. I cleared cache, navigated away, cleared cache again, and back to form. Reloaded form several times and toggled visual/text. Still white/white.

    Regards,
    Mark

    #1227346
    Geoff B.
    Member

    Good evening Mark,

    I am sorry the rule did not help out.

    The issue is that the following CSS rule at line 3162 of the Canvas theme is interfering:

    a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button {
    display: inline-block;
    padding: .327em 1em;
    color: white!important;
    }

    More specifically, the rule applying to input.button in this case.
    Try tweaking my previous rule as follows:

    .tribe-community-events #qt_tcepostcontent_toolbar input.button {color: #555 !important;}

    Let me know if that works

    Geoff B.

    #1227358
    Mark
    Participant

    Okay Geoff I will give that a try sometime tomorrow. I will let you know
    the result.

    Thanks for checking into it and attempting a solution.

    #1227890
    Geoff B.
    Member

    Good evening Mark,

    Awesome.

    Keep me posted!

    Have a great day!

    Geoff B.

    #1229403
    Mark
    Participant

    Hi Geoff,
    Unfortunately the added CSS did not work to make the description icons dark on light.
    –> .tribe-community-events #qt_tcepostcontent_toolbar input.button {color: #555 !important;}

    Regards,
    Mark

    #1229522
    Mark
    Participant

    Good news Geoff,

    I have figured out a fix for this issue -:)

    Thanks for your help!

    Mark

    #1229877
    Geoff B.
    Member

    Good morning Mark,

    Kudos on finding a workaround for this one!

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Submit event descripton text box issue’ is closed to new replies.