Home Forums Search Search Results for 'css'

Viewing 10 results - 1,431 through 1,440 (of 3,138 total)
  • Author
    Search Results
  • #24184
    This reply has been marked as private.
    #24173

    In reply to: Quick View Error

    Thank you for purchase.

    This issue because the div contain product images and product summary can’t get height. I added below code to JanStudio > Theme Option > General Layout > Custom CSS to fix

    @media only screen and (min-width: 1025px) {
    .product-quickview .jas-col-md-7,  .product-quickview .jas-col-md-5 {min-height: 540px;}
    }

    Best regards

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

    #24131

    In reply to: Meta Slider text color

    Please put code in CLaue > Theme Option > General Layout > Custom CSS

    Kind regards

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

    #24130

    In reply to: Image Banner

    Hi,

    You can remove it by add custom code in Claue > Theme Option > General Layout > Custom CSS

    .page-head {
    	display: none;
    }

    If you want use add a line please use the code

    .page-head {
    	padding: 1px 0 0;
    	background: #e6e7e8;
    }
    .page-head .jas-container,
    .page-head::before {
    	display: none;
    }

    Kind regards

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

    #24129

    In reply to: Left shop menu

    Hi,

    You add wrong place “Custom JS” so it doesn’t work. I help you moved code to Custom CSS

    It now ok.

    Kind regards

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

    #24105

    Hi,

    Sorry for late reply.

    This text generated by plugin WooZone.

    Please add below code in Claue > Theme Option > General Layout > Custom CSS to remove this

    .price .WooZone-price-info {display: none;}

    Kind regards

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

    #24088

    In reply to: images of the products

    Hi,

    Please add below code to

    Theme Customize > Theme Settings > Custom Code > Custom CSS

    .tab__content iframe {max-width: 100%;}

    Kind regards

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

    #24087

    In reply to: Left shop menu

    Hi Lykidk,

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    .sidebar .widget.widget_yith_wc_category_accordion ul li {
    	padding-left: 0;
    }
    .sidebar .widget.widget_yith_wc_category_accordion ul li:before {
    	display: none;
    }

    Kind regards

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

    #24063

    Hi,

    you can fix by add below code to Claue > Theme Option > General Layout > Custom CSS

    .jas-sticky-atc  .wcppec-checkout-buttons {
    	margin: 0; display: none;
    }

    Kind regards

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

    #24047

    In reply to: Product image size

    Hi,

    Please add below code in JanStudio > Theme Option > General Layout > Custom CSs

    .p-thumb img {
    	width: auto;
    }

    Kind regards

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

Viewing 10 results - 1,431 through 1,440 (of 3,138 total)