Home Forums Search Search Results for 'css'

Viewing 10 results - 2,621 through 2,630 (of 3,138 total)
  • Author
    Search Results
  • #8046

    Hi,

    You can use this custom CSS code, change the number of “order”.

    #8023

    In reply to: issues with the theme

    Sorry i miss this case.

    You can change body background color by add custom css in Claue > Theme Option > General Layout > Custom CSS

    body { background-color: #fff;}

    Change #fff with your color.

    We will fix issue in theme option in the next update.

    Best regards

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

    #8004

    Hi

    you can add custom css code

    @media only screen and (min-width: 768px) {
    .product .jas-row .jas-col-md-7, .product .jas-row .jas-col-md-5 {flex-basis: 50%; max-width: 50%;}
    }

    Best regards

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

    #8002

    In reply to: Currency switcher

    Hi,

    You can fix by add custom css

    @media only screen and (max-width: 1024px) {
    .header__top .jas-col-md-4.jas-col-sm-2.hidden-sm.hidden-xs { display: block; text-align: center;}
    .header__top .jas-col-md-4.jas-col-sm-2.hidden-sm.hidden-xs .header-text {margin-right: 0;}

    }

    Best regards

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

    #7965

    In reply to: issues with the theme

    Hi,

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

    .post-type-archive-product .shop-top-sidebar, .post-type-archive-product .filter-trigger { display: none;}

    Best regards

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

    #7957

    Hi,

    you can add below code in Claue > Theme Option > General Layout > Custom CSS

    Best regards

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

    #7953

    In reply to: Column switcher issue

    Hi,

    1. We’re sorry because issue. The infinite scroll and loadmore effect get layout config of default setting in Theme Option > WooCommerce > Product Listing Settings > Number of column, it work after window loaded. The switcher column use ajax action to change class of element it second action and don’t refresh window so infinite scroll keep old layout

    2. You can add custom css code in Theme Option > General Layout > Custom CSS

    Best regards

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

    #7937

    In reply to: About Filter

    Hi,

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

    Best regards

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

    #7922

    In reply to: Like button position

    Hi,

    Thank you for report the issue.

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

    form.cart {
    width: 100%;
    }
    .cart .yith-wcwl-add-to-wishlist,
    .cart.variations_form .yith-wcwl-add-to-wishlist {
    right: 0;
    }
    .single_add_to_cart_button {
    width: calc(100% – 175px);
    }

    Best regards

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

    #7912

    Hi,

    We move code in claue-child > style.css

    You can edit in appearance > editor

    Best regards

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

Viewing 10 results - 2,621 through 2,630 (of 3,138 total)