Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Shop Page broke, Elementor crashed

Viewing 7 reply threads
  • Author
    Posts
    • #37627
      gardada
      Support Expired

      I tried to load Elementor on Shop page, but Elementor wouldn’t load and gave an error. Now my Shop page returns 404 blank page. How do I get my shop page working again?

      Also…

      1. how can I change the main & sub menu font family?
      2. I am using a background image for the whole site. However it is hard to see many things. Ive been trying to add color to a mid layer. This worked and then it stopped:      .products.jas-row {background: rgba(199, 189, 149, 0.7);}
      3. This has been very difficult to customize. Id love some overall assistance with a few minor things.

       

    • #37630
      Harry
      Support Expired

      Hi Gardada,

      Thank you for choose our theme,

      1. The shop page layout generate by plugin WooCommerce. This only support generate products

      2. You can change font-family in Claue > Theme Option > Typography

      3. Can you take a screenshot where you want to change, i still not clear

      4. Let me know where you want to change, we happy to help.

      Kind regards

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

    • #37653
      gardada
      Support Expired

      The typography of the main navigation menu (and sub-nenu) doesn’t have an option available to change in theme options. There are only two options for typography: body & headlines.

    • #37654
      gardada
      Support Expired

      I also want to be able to change the font of the product category menu.

    • #37657
      gardada
      Support Expired

      Before I imported the demo content the following code was working for me to change the menu fonts, but not anymore:

      .jas-menu > li > a {
      font-size: 30px;
      font-family: amatic sc;
      }

      .jas-menu .sub-menu > li > a {
      font-size: 25px;
      font-family: amatic sc;
      }

    • #37661
      Harry
      Support Expired

      Hi,

      If you want use custom font you have to include web font to child theme to make your code work.

      Kind regards

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

    • #37662
      Harry
      Support Expired

      And your code should change to

      .jas-menu > li > a {
      font-size: 30px;
      font-family: 'amatic sc';
      }
      
      .jas-menu .sub-menu > li > a {
      font-size: 25px;
      font-family: 'amatic sc';
      }

      Kind regards

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

    • #37745
      Harry
      Support Expired

      Yes, you need add code to import fonts in claue-child > style.css

      Please follow this topic to get snippet https://css-tricks.com/snippets/css/using-font-face/

      Kind regards

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

Viewing 7 reply threads

You must be logged in to reply to this topic.