Hey,
I want to change the font in the Hotel Search button to Oswald
http://www.idtraveller.com
What code shall I add?
Thanks
Charlotte
Hey,
Try:
.b_submitButton {font-family: "Oswald" !important;}
Best regards,
Josue
Hey,
Thanks…. I have added the code but don’t see any difference..
Hi!
Please try following code
.b_submitButton_wrapper * {
font-family: "oswald"!important;
}
Best regards,
Yigit
Thanks Yigit :)