Home › Forums › Themes Support › Gecko › Add font from my computer
Tagged: Font
- This topic has 31 replies, 3 voices, and was last updated 6 years, 7 months ago by Harry.
-
AuthorPosts
-
-
November 7, 2017 at 9:47 pm #12920
Hello, im using gecko theme.
i have downloaded a font (.otf) and i would like to install it and use it to the menu of the site. How is that possible?
Thanks.
-
November 7, 2017 at 9:57 pm #12923
Hi,
Please give me the font and your website URL and temporary admin account, I will help you do it.
-
November 7, 2017 at 10:01 pm #12924This reply has been marked as private.
-
November 7, 2017 at 10:03 pm #12925This reply has been marked as private.
-
November 7, 2017 at 10:05 pm #12926This reply has been marked as private.
-
November 7, 2017 at 10:15 pm #12927
Hi,
I can’t login with the above information, could you please check again?
-
November 7, 2017 at 10:16 pm #12928
please try again.. my mistake!
-
November 7, 2017 at 10:21 pm #12929
Hi,
I’m sorry, but this account does not permission to upload the external file, please increase the permission of this account. Or if you can, please give me FTP account.
Thank you
-
November 7, 2017 at 10:28 pm #12930This reply has been marked as private.
-
November 7, 2017 at 10:40 pm #12931
It’s done, you can refer the custom CSS in JanStudio theme options.
Cheers,
Foster -
November 7, 2017 at 10:44 pm #12932This reply has been marked as private.
-
November 7, 2017 at 10:55 pm #12933
Hi,
To make the font light or thin please change the font-weight to 100,200,300 … To make the font italic, please add new CSS code
font-style: itatlic;
About the promo text, you mean you want to change this text?
-
November 7, 2017 at 10:58 pm #12934
i mean the top text with free shipping text.
Thank you.
-
November 7, 2017 at 11:02 pm #12935
All done, please check.
-
November 7, 2017 at 11:06 pm #12936
awesome thanks!
-
February 27, 2018 at 7:53 am #17520
Hello again,
How can i use the uploaded font for the entire site?
I mean product description / blog / post / footer text / popup etc ?
Thanks.
-
February 27, 2018 at 10:33 pm #17539
Hi borbou,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
body { font-family: 'PFBagueSansPr', sans-serif !important; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 2, 2018 at 8:16 pm #17685
Hello again,
thank you very much.
How can i also change the product title using this font?
Thanks.
-
March 3, 2018 at 2:21 am #17702
Hi,
Please add below code
h3.product-title { font-family: 'PFBagueSansPr', sans-serif !important;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 3, 2018 at 6:44 am #17707
Hello, that didnt work!
I added the code to Theme Option > General Layout > Custom CSS
thank you.
-
March 3, 2018 at 4:55 pm #17715
Hi,
Could you resend admin account? I tried old account but can’t access your site.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 3, 2018 at 5:13 pm #17716This reply has been marked as private.
-
March 4, 2018 at 1:00 am #17725
Hi,
I help you correct the code.
The correct code is
body {font-family: "PF Bague Sans Pro" !important;} h3.product-title { font-family: "PF Bague Sans Pro"!important; font-weight: 500;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 8, 2018 at 6:07 pm #17898
Hello again, on the checkout page can i change font for headings: BILLING DETAILS , ship to different adress etc?
thank you.
-
March 8, 2018 at 7:16 pm #17910
I updated the theme and changes to fonts were lost. I have kept backup, but can you tell me what to change in order to have fonts like before? thanks.
-
March 8, 2018 at 10:41 pm #17923
Hi,
Please add new code in JanStudio > Theme Option > General Layout > Custom CSS
h1, h2, h3, h4, h5, h6 {font-family: "PF Bague Sans Pro" !important;}
After update please activate child theme to keep the changes.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 20, 2018 at 4:15 pm #18334
Hello Harry,
What is the best way to update theme and not lose the changes made to fonts?
Thank you.
-
March 20, 2018 at 7:58 pm #18345
Hi,
The fonts you added in child theme so you can update parent theme without losing your fonts.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 21, 2018 at 7:15 pm #18391
Hello again Harry,
I have added both
h1, h2, h3, h4, h5, h6 {font-family: “PF Bague Sans Pro” font-weight: 500; !important;}
and
h3.product-title { font-family: “PF Bague Sans Pro” font-weight: 500; !important;}
But product title in product single page is still on different font.
Thanks.
-
March 21, 2018 at 9:58 pm #18393
Hi,
Please change code to
h1, h2, h3, h4, h5, h6, h3.product-title {font-family: "PF Bague Sans Pro"; font-weight: 500; !important;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 14, 2018 at 5:40 pm #19075
Hello again Harry,
There are still some fonts that have not been changed, please provide me the code for those too.
- Hover text (size,color) on products in shop page
- Price on products in shop page
- Text in widgets on sidebar and footer
- Price/stock/tags/category/short desc./tabs on products page
- blog posts font (plus date+author)
- checkout page
Thank you very much!
-
April 15, 2018 at 8:58 am #19085
Hi,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
h3.product-title a {color: #222; font-size: 14px;} h3.product-title a:hover {color: #56cfe1;} body {font-family: "PF Bague Sans Pro" !important; font-weight: 500; !important;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.