Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1010795

    Hey,

    I want to change the font in the form I have on http://www.newyorkinspiration.com
    Subscribe to our newsletter – change to Abril Fatface font

    form

    What code can I add?

    Thanks
    Charlotte

    #1010933

    Hey Charlotte,

    Have you already installed the font? If so the following should work:

    #theform{
    font-family: 'Abril Fatface', cursive!important;
    }

    Best regards,
    Jordan Shannon

    #1010938

    Hi Jordan,

    thanks for your email.
    Yes, I have the font installed but don’t see any difference after I added the code. I have empty cache.

    Best regards
    Charlotte

    #1010939

    Hi,

    How was the font installed? Also, have you added my code the very top to quick css so it runs first. If not, please do so and clear the cache over.

    Best regards,
    Jordan Shannon

    #1010943

    Hi Jordan,

    thanks for your quick reply.
    I have added the code to the very top now in quick css, empty cache but no difference.
    I can’t remember how it was installed but the hotel booking search widget on the left have the same font with a code from this support.
    and that code was.

    h3.search-box-title-1 {
    font-family: Abril Fatface!important;
    }

    #1010946

    Hi,

    Okay try the following:

    #theform{
    font-family: Abril Fatface!important;
    }

    Best regards,
    Jordan Shannon

    #1010948

    No, sorry it did not work either..

    #1010952

    Hi,

    Try the following. Just for the form header:

    #theform h1.title.editable{
    font-family: 'Abril Fatface', cursive!important;
    }

    Best regards,
    Jordan Shannon

    #1010953

    Hi Jordan,

    No, that did not work either…

    #1010956

    Hi,

    Do you have any caching plugins running?

    Best regards,
    Jordan Shannon

    #1010958

    Hi,

    yes, I have the Autoptimize plugin and I empty that cache now but no difference…

    #1010960

    Do you want to login?

    #1011321

    Hi charlotteraboff,

    Can you disable caching and minification for now?

    Is it the heading you want to change or the text typed into the input?

    Best regards,
    Victoria

    #1011329

    Hi,

    Ok, I have done that now.
    Yes, the heading: Subscribe to our newsletter is the text I want to change.

    Best regards
    Charlotte

    #1011354

    Hi Charlotte,

    The code added in the theme does not apply to elements loaded in the iframe. We cannot adjust it.

    Best regards,
    Victoria

    #1011367

    Aha, ok, thanks.

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.