Home Forums Space themes support forum secondary menu size

secondary menu size

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #334437

    rabbatka
    Participant

    Hi!

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

    Luke Nielsen
    Keymaster

    Hello,

    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

    #334625

    rabbatka
    Participant

    I try it, but not work. I would like set the top right menu size.

    https://www.veresbutor.hu/

    #334923

    Luke Nielsen
    Keymaster

    Hello,

    You can resize the font size of the menu by means of the “advanced typography” option which is located in Theme Settings -> Typography -> Advanced.

    https://prnt.sc/20xbsyy

    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

    https://prnt.sc/20xbv89

    Kind Regards

    #334940

    rabbatka
    Participant

    Work, 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.
    #335411

    Luke Nielsen
    Keymaster

    Hello,

    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

    #335414

    rabbatka
    Participant

    I pasted it, but not work. I see in all page the subtoltal price’s (flow cart, cart and checkout page.

    #335535

    Luke Nielsen
    Keymaster

    Hello,

    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

    #335583

    rabbatka
    Participant

    Now 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?

    #335711

    Luke Nielsen
    Keymaster

    Hello,

    Unfortunately, I don’t have any information about such plugins. Try looking for something similar in the plugins from WooCommerce.

    Kind Regards

Viewing 10 posts - 1 through 10 (of 10 total)