Hey,
I want to decrease all the text in the Booking widget: http://www.airlinestaffrates.com
Except Search & Book Discounted Hotels
What code shall I add?
Thanks
Charlotte
Hey Charlotte!
Please add following code to Quick CSS
h4#b_destination_h4,h4#checkInDate_h4,h4#checkOutDate_h4 {
font-size: 12px;
}
Regards,
Yigit
Hey, thanks
I don´t see any difference…. I change to 14px but no change…
Hey!
Please try adding !important rule as following
h4#b_destination_h4,h4#checkInDate_h4,h4#checkOutDate_h4 {
font-size: 12px !important;
}
If that too does not help, please create a temporary admin login and post it here privately.
Cheers!
Yigit
Thanks.. that worked :)