Home › Forums › Themes Support › Claue › Shop Page broke, Elementor crashed
- This topic has 7 replies, 2 voices, and was last updated 4 years, 11 months ago by
Harry.
-
AuthorPosts
-
-
July 19, 2020 at 12:36 pm #37627
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…
- how can I change the main & sub menu font family?
- 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);}
- This has been very difficult to customize. Id love some overall assistance with a few minor things.
-
July 19, 2020 at 8:05 pm #37630
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 -
July 20, 2020 at 7:09 am #37653
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.
-
July 20, 2020 at 7:33 am #37654
I also want to be able to change the font of the product category menu.
-
July 20, 2020 at 7:42 am #37657
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;
} -
July 20, 2020 at 10:46 am #37661
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 -
July 20, 2020 at 10:48 am #37662
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 -
July 25, 2020 at 6:20 am #37745
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
-
-
AuthorPosts
You must be logged in to reply to this topic.