Home Forums Basel support forum Remove capitalization

Remove capitalization

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #15324

    despina.mina
    Participant

    Hello,there is a way to remove capitalization From the whole site?
    Thank you

    #15325

    Artem Temos
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

    Could you please provide us your website URL and send us a screenshot where you see the capitalization.

    Kind Regards
    XTemos Studio

    #15326

    despina.mina
    Participant
    #15330

    Artem Temos
    Keymaster

    Thank you.

    Here is code snippet for 1 & 4 screenshots

    .topbar-menu ul>li>a,
    .mega-navigation .menu>li>a, .widget_nav_mega_menu .menu>li>a,
    .basel-navigation .menu>li.menu-item-design-full-width .sub-menu>li>a, 
    .basel-navigation .menu>li.menu-item-design-sized .sub-menu>li>a ,
    .product_list_widget li a,
    .widget_shopping_cart .total strong,
    .added_to_cart, .btn, .button, button, input[type=submit],
    .main-nav .menu>li>a,
    .basel-products-nav .product-short .product-title,
    .slider-title,
    .widget-title, 
    .widgettitle,
    .basel-navigation .menu>li.menu-item-design-default ul li a,
    table tr th,
    .cart-collaterals .cart_totals h2,
    .cart-collaterals .cart_totals table .order-total th,
    .woocommerce-checkout .woocommerce-account-fields>h3, 
    .woocommerce-checkout .woocommerce-billing-fields>h3, 
    .woocommerce-checkout .woocommerce-shipping-fields>h3,
    #order_payment_heading, 
    #order_review_heading,
    .wc-bacs-bank-details-heading,
    .woocommerce-order-details__title,
    .woocommerce-customer-details>h2, 
    .woocommerce-customer-details>h3,
    .page-title h1,
    .order_details tfoot th,
    .woocommerce .wishlist-title h2 {
    	text-transform: none;
    }

    2 & 3 should be edited from admin panel. They are not set with CSS.

    Regards

    #15345

    despina.mina
    Participant

    Thank you,from here also?
    Also,i wonder if is it possible to hide some categories from “choose category”field.
    Thanks

    #15346

    despina.mina
    Participant

    I see that “choose category” button does not make anything!
    What exactly functionality it has?

    #15349

    Artem Temos
    Keymaster

    Add this also

    form.has-categories-dropdown .search-by-category li a,
    form.has-categories-dropdown .input-dropdown-inner>a,
    .header-categories .menu-opener,
    .mega-navigation .menu>li>a, .widget_nav_mega_menu .menu>li>a {
        text-transform: none;
    }

    This dropdown allows your customers to search inside a particular category.

    Regards

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