Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1234588
    ParadoxVapez
    Participant

    Hello all, I am using Ethos stack on my events page and i am using the event plug in THE EVENT CALENDAR, please tell me why for example http://www.myeventsnyc.com/event/secret-loft-show-comedy-dance-party-free-pizza/ if you scroll to the bottom youll notice the details are all in a font that has a different color. I have been trying to inspect it to know where to change but with no luck, I also need help with my submission FORM page http://www.myeventsnyc.com/submit-event/
    as you can see all of my entrys are in white font again tried to inspect could not figure it out

    #1234846
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .single-tribe_events .tribe-events-event-meta dl, .nf-field-label label {
        color: black;
    }

    Hope it helps

    Joao

    #1234974
    ParadoxVapez
    Participant

    I want to change the color just on one form I figured out how to change the other things my submit event forms font color I cant figure it out for anything!

    #1234988
    ParadoxVapez
    Participant

    http://www.myeventsnyc.com/submit-event/
    thats the page, mind you I want the little titles above the entry boxes font color change with OUT going SITE wide.

    #1235349
    Jade
    Moderator

    Hi there,

    Please try this:

    .ninja-forms-form-wrap *, 
    .ninja-forms-form-wrap *:after, 
    .ninja-forms-form-wrap *:before {
        color: #000;
    }
    
    .ninja-forms-form-wrap *, .ninja-forms-form-wrap *:after, .ninja-forms-form-wrap *:before {}
    
    .nf-field-element input {
        height: 40px !important;
    }
  • <script> jQuery(function($){ $("#no-reply-1234588 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>