-
AuthorPosts
-
September 17, 2018 at 3:12 pm #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 fontWhat code can I add?
Thanks
CharlotteSeptember 17, 2018 at 7:22 pm #1010933Hey Charlotte,
Have you already installed the font? If so the following should work:
#theform{ font-family: 'Abril Fatface', cursive!important; }
Best regards,
Jordan ShannonSeptember 17, 2018 at 7:48 pm #1010938Hi 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
CharlotteSeptember 17, 2018 at 7:53 pm #1010939Hi,
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 ShannonSeptember 17, 2018 at 7:58 pm #1010943Hi 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;
}September 17, 2018 at 8:00 pm #1010946Hi,
Okay try the following:
#theform{ font-family: Abril Fatface!important; }
Best regards,
Jordan ShannonSeptember 17, 2018 at 8:02 pm #1010948No, sorry it did not work either..
September 17, 2018 at 8:10 pm #1010952Hi,
Try the following. Just for the form header:
#theform h1.title.editable{ font-family: 'Abril Fatface', cursive!important; }
Best regards,
Jordan ShannonSeptember 17, 2018 at 8:12 pm #1010953Hi Jordan,
No, that did not work either…
September 17, 2018 at 8:17 pm #1010956Hi,
Do you have any caching plugins running?
Best regards,
Jordan ShannonSeptember 17, 2018 at 8:20 pm #1010958Hi,
yes, I have the Autoptimize plugin and I empty that cache now but no difference…
September 17, 2018 at 8:21 pm #1010960Do you want to login?
September 18, 2018 at 2:57 pm #1011321Hi 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,
VictoriaSeptember 18, 2018 at 3:05 pm #1011329Hi,
Ok, I have done that now.
Yes, the heading: Subscribe to our newsletter is the text I want to change.Best regards
CharlotteSeptember 18, 2018 at 3:36 pm #1011354Hi Charlotte,
The code added in the theme does not apply to elements loaded in the iframe. We cannot adjust it.
Best regards,
VictoriaSeptember 18, 2018 at 4:07 pm #1011367Aha, ok, thanks.
-
AuthorPosts
- You must be logged in to reply to this topic.