Home Forums Themes Support Gecko Add font from my computer

Topic Resolution: Resolved

Tagged: 

Viewing 31 reply threads
  • Author
    Posts
    • #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.

    • #12923

      Hi,

      Please give me the font and your website URL and temporary admin account, I will help you do it.

    • #12924
      This reply has been marked as private.
    • #12925
      This reply has been marked as private.
    • #12926
      This reply has been marked as private.
    • #12927

      Hi,

      I can’t login with the above information, could you please check again?

    • #12928

      please try again.. my mistake!

    • #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

    • #12930
      This reply has been marked as private.
    • #12931

      It’s done, you can refer the custom CSS in JanStudio theme options.

      Cheers,
      Foster

    • #12932
      This reply has been marked as private.
    • #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?

    • #12934

      i mean the top text with free shipping text.

       

      Thank you.

    • #12935

      All done, please check.

    • #12936

      awesome thanks!

    • #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.

    • #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

    • #17685

      Hello again,

      thank you very much.

      How can i also change the product title using this font?

       

      Thanks.

    • #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

    • #17707

      Hello, that didnt work!

      I added the code to Theme Option > General Layout > Custom CSS

       

      thank you.

    • #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

    • #17716
      This reply has been marked as private.
    • #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

    • #17898

      Hello again, on the checkout page can i change font for headings: BILLING DETAILS , ship to different adress etc?

      thank you.

    • #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.

    • #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

    • #18334

      Hello Harry,

      What is the best way to update theme and not lose the changes made to fonts?

      Thank you.

    • #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

    • #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.

    • #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

    • #19075

      Hello again Harry,

      There are still some fonts that have not been changed, please provide me the code for those too.

      1. Hover text (size,color) on products in shop page
      2. Price on products in shop page
      3. Text in widgets on sidebar and footer
      4. Price/stock/tags/category/short desc./tabs on products page
      5. blog posts font (plus date+author)
      6. checkout page

      Thank you very much!

       

    • #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

Viewing 31 reply threads

You must be logged in to reply to this topic.