Home › Forums › Space themes support forum › secondary menu size
secondary menu size
- This topic has 9 replies, 2 voices, and was last updated 2 years, 11 months ago by Luke Nielsen.
-
AuthorPosts
-
November 25, 2021 at 9:38 am #334437
rabbatkaParticipantHi!
How can i set bigger fonts in the top menu?
I attached a screenshot.
Thx!
Attachments:
You must be logged in to view attached files.November 25, 2021 at 1:34 pm #334569
Luke NielsenKeymasterHello,
To be able to change the font size of your menu, navigate to Theme Settings -> Typography -> find the “Main Navigation” section -> enter a number in the “Font size” field.
https://monosnap.com/file/rUl0y232q5rUegUu7uUkCfac0YumC5
Kind Regards
November 25, 2021 at 6:00 pm #334625
rabbatkaParticipantI try it, but not work. I would like set the top right menu size.
November 26, 2021 at 2:31 pm #334923
Luke NielsenKeymasterHello,
You can resize the font size of the menu by means of the “advanced typography” option which is located in Theme Settings -> Typography -> Advanced.
For the first field assign the “Custom selector” option and below enter this custom CSS selector, change font size and save it.
.xts-top-bar .xts-nav-main>li>a, .xts-top-bar .xts-nav-secondary>li>a
Kind Regards
November 26, 2021 at 3:31 pm #334940
rabbatkaParticipantWork, THX!
More question.
How can i turn off the subtotal price’s on the flow cart, and the cart/checkout page?
I attached screenshot.
Attachments:
You must be logged in to view attached files.November 29, 2021 at 10:58 am #335411
Luke NielsenKeymasterHello,
You can hide subtotal prices using this custom CSS code in Theme Settings -> Custom CSS -> enter the code to the “Global Custom CSS” field.
.checkout-order-review .cart-subtotal, .cart-widget-side .woocommerce-mini-cart__total, .cart-totals-section .cart-subtotal { display: none; }
Kind Regards
November 29, 2021 at 11:02 am #335414
rabbatkaParticipantI pasted it, but not work. I see in all page the subtoltal price’s (flow cart, cart and checkout page.
November 29, 2021 at 3:59 pm #335535
Luke NielsenKeymasterHello,
I have remodeled the custom CSS code. Please consider using this code, it must work.
.xts-cart-widget-side .woocommerce-mini-cart__total, .xts-checkout-order-review .cart-subtotal, .xts-cart-totals .cart-subtotal { display: none; }
Kind Regards
November 29, 2021 at 8:07 pm #335583
rabbatkaParticipantNow work, perfect. THX!
I’d like to use a down payment or deposit plugin. What I found are all displayed on the product page with the deposit option but I would like a deposit option based on the amount of the cart value.
Can you give a tip or do you already have experience with this?
November 30, 2021 at 10:42 am #335711
Luke NielsenKeymasterHello,
Unfortunately, I don’t have any information about such plugins. Try looking for something similar in the plugins from WooCommerce.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register