Hey,
I want to decrease the font size in the Hotel widget here:http://www.idtraveller.com
What code shall I add?
Thanks
Charlotte
Hey Charlotte! :)
Please add following code to Quick CSS
h3.search-box-title-1 {
font-size: 18px!important;
}
#flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton {
font-size: 16px;
}
Best regards,
Yigit
Thanks Yigit :)