Hi,
I want to change the headline font in the Car hire element on http://www.airlinestaffrates.com (in the middle of the website)
The text: Search Car Hire” to have the same size and font as the headlines elements but it can remain black.
What code shall I add?
Thanks
Charlotte
Hi Charlotte!
Please add following code to Quick CSS
h2.ng-binding {
font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
}
Regards,
Yigit
Thanks for your quick reply.
Noop, that did not change ..
Hey!
Please try following code
.search-panel h2 {
font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
font-weight: 500;
}
Since it is inside an iframe, you may not be able to change it as it inherits the styling from iframe’s source
Regards,
Yigit
Ok, thanks anyway.. I couldn´t change it the new code.
Cheers
Charlotte