Home Forums Themes Support Claue Custom font

Viewing 9 reply threads
  • Author
    Posts
    • #40269

      I wanna replace Poppins font with my custom font.

      How can i do that?

    • #40272

      Hi,

      You can change font in Claue > Theme Option > Typography if your font not there, you can include your fonts to child theme and override with CSS

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #40273

      Or better, how I can change Poppins font 700 (in theme) for Poppins 900

      I wanna bolder font. Thansk!

    • #40276

      Hi,

      Please add below code to on of file in claue-child > style.css

      @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,900;1,800&display=swap');

      And add css font the element you want change font weight to claue-child > style.css

      Example

      h1, h2,h3 {font-weight: 900;}

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #40285

      Hi,

      The button on product https://posteri.hr/proizvod/dizajniraj-majicu/ generate by plugin lumise

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      button.lumise-customize-button {
      	background: #e40f08;
      	border: none;
      	color: #fff;
      	text-transform: uppercase;
      	position: relative;
      	float: left;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #40302

      Hi,

      Please change code to

      button.lumise-customize-button {
      	background: #e40f08;
      	border: none;
      	color: #fff;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #40303

      Hi,

      Please change e40f08 with your color code.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #40461

      Hi,

      Please insert link of youtube video to product description.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #41111

      Hi,

      You can add link to hover box by select the text and insert link. https://tppr.me/oL82t

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #41711
      This reply has been marked as private.
Viewing 9 reply threads

You must be logged in to reply to this topic.