-
AuthorPosts
-
March 15, 2015 at 3:37 pm #411684
Hello,
How can I change the font of the header menu on the website: http://www.willenssen.nl/homepagina/
so i want to change home, over mij, etc.I want to change it in this font:
http://designshack.net/articles/css/the-10-best-script-and-handwritten-google-web-fonts/
go to cookie..Hope you can help me…
Thanks
March 16, 2015 at 8:27 am #411933Hey Nickkentie!
Please add the following to Quick CSS under Enfold–>General Styling:
@import url(https://fonts.googleapis.com/css?family=Cookie); .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a{ font-family:'Cookie' !important; }
Cheers!
RikardMarch 16, 2015 at 1:25 pm #412077THANKSS
March 16, 2015 at 1:27 pm #412082Dont work:(
March 16, 2015 at 1:42 pm #412091This reply has been marked as private.March 16, 2015 at 1:45 pm #412093Hi!
It is working fine on my end – http://i.imgur.com/wr7a7Rz.png
Please flush browser cache and refresh your page a few timesRegards,
YigitMarch 16, 2015 at 2:12 pm #412117For me its not working?
i use safari and google chroom for appleMarch 16, 2015 at 2:13 pm #412119Hey!
I checked your website on Safari and Chrome on Apple as well. Please try to check your page in incognito mode in Chrome ( CMD + Shift + N )
Best regards,
YigitMarch 16, 2015 at 2:16 pm #412123I swear it dont work:(
March 16, 2015 at 2:18 pm #412125I only get times new roman
it looks like no font is set:(March 16, 2015 at 2:21 pm #412128Ive checked on my classmates laptop
chrome and explorer?still dont work….
HELPMarch 16, 2015 at 3:01 pm #412179March 16, 2015 at 3:51 pm #412236PLease help me i need it:)
best regards
March 17, 2015 at 6:09 pm #413132Hey!
Download our child theme kit if your not using a child theme already, http://kriesi.at/documentation/enfold/downloads/, and then add this to the bottom of the child theme functions.php file.
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Cookie'] = 'Cookie:400'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Cookie'] = 'Cookie:400'; return $fonts; }
Next navigate to Dashboard > Enfold > Advanced Styling and edit the main menu links and set the font to “Cookie” (it should be near the bottom).
Best regards,
Elliott- This reply was modified 9 years, 8 months ago by Elliott.
March 17, 2015 at 6:24 pm #413143Hey
Thanks
last question
Now ive deleted the mother theme setting ! Sh*t
how do i make the menu bigger (60 px) and make the menu sticky (only menu not header?)
THANKS A LOT
March 17, 2015 at 6:26 pm #413145Forget the 4th sentence
Now ive …sorry its working wel only i want t o
how do i make the menu bigger (60 px) and make the menu sticky (only menu not header?)
March 17, 2015 at 6:41 pm #413159My website Doesnt working anymore what the hell?
March 17, 2015 at 7:06 pm #413174ITs working sorruy
Hey
Thanks
last question
how do i make the menu bigger (60 px) and make the menu sticky (only menu not header?)
THANKS A LOT
March 18, 2015 at 8:44 pm #413963Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate { min-height: 60px; } #header #header_main_alternate .container { padding-top: 10px; } #top .av_seperator_big_border#header .av-main-nav > li > a { border:none; }
Please use Fullwidth submenu element if you would like a sticky menu.
P.S.: Our queue goes from the oldest queries to the newest ones and by self posting you are pushing your query to the end of the queue. Please keep that in mind if you would like to receive quicker responses : )
Cheers!
YigitMarch 19, 2015 at 9:21 am #414212Thankss!
But now the hover of the background is not good:(
http://willenssen.nl/haptotherapie/
kind regards the hover also need to be 60px
March 19, 2015 at 3:27 pm #414501Hey!
Please remove following code from Quick CSS
#header #header_main_alternate .container { padding-top: 10px; }
and add following instead
#top #header .av-main-nav > li > a { height: 60px; line-height: 60px; }
Best regards,
YigitMarch 19, 2015 at 5:44 pm #414676AHH THANKSS A LOTT!!
-
AuthorPosts
- The topic ‘Font’ is closed to new replies.