Home Forums Search Search Results for 'css'

Viewing 10 results - 2,471 through 2,480 (of 3,131 total)
  • Author
    Search Results
  • #9707

    Hi,

    I help you fix responsive issue on your site

    You can fix by copy below code to CSS of page https://monosnap.com/file/ryTqpaek4627RmyEIIyohdATMA8B5D#

    Best regards

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

    #9701

    Hi,

    You can disable header and footer on single page by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .single-product #jas-header, .single-product #jas-footer { display: none;}

    Best regards

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

    #9684

    Hi,

    1. You can translate the badge on menu by add custom code in Claue > Theme Option > General Layout > Custom CSS

    and change “NEW”, “HOT” and “SALE” after “content:” with your text

    2. You can translate this text in Loco Translate > Plugins > WooCommerce

    3. You can translate this text in Loco Translate > Theme > Claue

    Best regards

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

    #9683

    Hi,

    You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    .badge span {
    background: #fe9931;
    }
    .badge .new {
    background: #56cfe1;
    }

    and change #fe9931 #56cfe1 with your color

    Best regards

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

    #9644

    In reply to: mini cart price

    Hi,

    Please use the CSS code below

     

    .jas-mini-cart .quantity { font-size: 20px; } /*font size for normal price*/
    .jas-mini-cart .woocommerce-Price-amount.amount { font-size: 20px; } /*font size for subtotal price*/

    Cheers,
    Foster

    #9634

    Hey Harry,

    Thanks for your response! It works really well. Still i’ve got the question if it’s possible to change the capital letters in the menu to normal ones.. Is there some solutions for it?

    Beside that i’ve got an last request: Is it possible to delete the whitespace around the logo in de headermenu and let them line out with the content underneath. I’ve designed the way which it’s has to be, and a printscreen of the situation right now. I’ve tried a lot of CSS to fix it, but i’ve still not managed it..

    Greetings Wessel

     

    Attachments:
    You must be logged in to view attached files.
    #9623

    In reply to: remove main menu

    Hi,

    You can add custom css code

    .woocommerce-checkout #jas-header, .woocommerce-checkout #jas-footer { display: none;}

    Regards

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

    #9620

    In reply to: Upsells popup bug

    Hi,

    1. you can add custom css in Claue > Theme Option > General Layout > Custom CSS

    .cart__popup-action .checkout-button { background: #dd3333;}

    2. The text in under products for product variation correct is “Add to cart” we will improve in next version.

    Best regards

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

    #9619
    [Resolved]

    Topic: remove main menu

    in forum Claue
    capellaink
    Participant

    Hi,

    I’d like to remove Main Menu, the top header and all footers on the Checkout page only. What’s the custom css for this?

    Thank you so much!

    #9610

    In reply to: Product page issues

    Hi,

    You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .product_meta span.sku_wrapper { display: none;}
    .jas-wc-single .jas-row.middle-xs { -moz-box-align: inherit; align-items: inherit;}
    form .quantity.hidden {display: none !important;}
    form .quantity.hidden + .single_add_to_cart_button { margin-left: 0;}

    Best regards

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

Viewing 10 results - 2,471 through 2,480 (of 3,131 total)