Forum Replies Created

Viewing 3 replies - 31 through 33 (of 33 total)
  • Thread Starter misticjeff

    (@misticjeff)

    Update: Not sure, but must have had an extra semi colon or something in the button code, it works now! Thanks So Much! The padding above the ‘Registration Information’ is still not working. Went through the code, looks like what you suggested, just not doing anything.

    Thread Starter misticjeff

    (@misticjeff)

    We’re close but those are not working… scratching my head as to why. Here’s what i’m using for the ‘submit booking’ button.

    @media (min-width: 769px) {
        .em.pixelbones.input input[type=submit] {
            color: #ffffff; 
            font-size: 16px; 
            background-color: #007bff; 
            
        }
    }
    
    @media (max-width: 768px) {
        .em.pixelbones.input input[type=submit] {
            color: #ffffff; 
            font-size: 14px; 
            background-color: #ff9900; 
            
        }
    }
    
    

    Padding is not working either…. appreciate the help immensely.

    Thread Starter misticjeff

    (@misticjeff)

    Hey Thanks… was able to get pretty far but am stumbling on two things. First, need space between the ‘Ticket Information/Selection’ table and ‘Registration Information’ (see pic) and Second, cannot figure out how to style the ‘submit booking’ button?? Here’s the code I’m using so far, result you can see in the pic.

    .em-booking-section-title.em-booking-form-tickets-title,
    .em-booking-section-title.em-booking-form-details-title,
    .em-booking-section-title.em-booking-form-summary-title {
        color: #000 !important; 
        background-color: #efbf73 !important; 
        padding: 0px !important; 
        border: 2px solid #43A6DF;
        border-radius: 5px; 
        cursor: none;
    
    }
Viewing 3 replies - 31 through 33 (of 33 total)