• Resolved lobsterbob

    (@lobsterbob)


    In the form where the visitor can leave his/her contact details there are two buttons.

    The first button (Book Now) I can modify by changing the CSS:

    The #booking-package .bookingButton {
        
        background-color: #1C222E;    
    	color: white;
    
    }

    The second button (Return to Schedules) is not responding to my CSS changes:

    #booking-package .goToBookingFormButton {
    
        background-color: #1C222E;    
    	color: white;
    
    }

    Am I doing something wrong? Please help.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author SAASPROJECT

    (@masaakitanaka)

    Hello,

    Please try to add following the CSS for the ‘Return to schedules’ button.

    #returnToSchedules {
    
        background-color: #1C222E;    
    	color: white;
    
    }

    Thank you.

    • This reply was modified 6 years, 2 months ago by SAASPROJECT.
Viewing 1 replies (of 1 total)

The topic ‘CSS not working’ is closed to new replies.