Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #545849

    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

    #545851

    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

    #545853

    Thanks for your quick reply.

    Noop, that did not change ..

    #545857

    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

    #545859

    Ok, thanks anyway.. I couldn´t change it the new code.

    Cheers
    Charlotte

    #545862

    Hey!

    Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change font in element’ is closed to new replies.