Home Forums Search Search Results for 'css'

Viewing 10 results - 1,081 through 1,090 (of 3,138 total)
  • Author
    Search Results
  • #29001

    In reply to: Little CSS Help

    Hi Harry,

    1- Loco is fine now, it had sync problem before, but it’s fine now.

    2- As you said, I changed the style.css of Claue

    Will you fix this issue for the next update or I should add this to my custom code?

    Regards.

     

    Rahim Vaziri
    CEO & Founder at Look.ir

    #29000

    In reply to: Little CSS Help

    Hi Rahim,

    1. I don’t understand the issue with loco translate

    2. Please go to claue > style.css line 6026 and change code to

    .woocommerce-checkout-review-order td.product-thumb {
    	padding-right: 0;
    }

    Kind regards

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

    #28990

    Hi,

    1. It now i can’t access your site. Please check.

    2. Please add below code to claue > theme option > general layout > custom css

    .product_meta > span.sku_wrapper {display: none;}

    Regards

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

    #28989

    Hi,

    Please try add below code to claue > theme option > general layout > custom CSS

    .pin-maker.pm-slick.slick-slider {
    	overflow: visible;
    }

    Kind regards

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

    Hi,

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

    .woocommerce-checkout .woocommerce-message {display: none;}

    Regards

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

    #28982

    Hi,

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

    .result-count-order .flex.between-xs.middle-xs {
    	justify-content: end;
    }
    .wc-col-switch.flex {
    	margin-right: 15px;
    }

    Kind regards

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

    #28954

    Hi,

    1. Please go to Theme Option > WooCommerce > General Settings

    2. Please go to Theme Option > WooCommerce > Product Listing Settings > Enable Filter > Off

    3. Please go to Theme Option > General Layout > Content Width

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

    .woocommerce-ordering select option:nth-child(2) {display: none;}

    5. Please edit in Theme Option > WooCommerce > General Settings

    Kind regards

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

    #28949

    In reply to: Visual Composer Issue

    Hi,

    This issue because your CSS code

    .post .post-content {
    	display: none;
    }

    Please remove the code you added.

    Kind regards

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

    #28934

    Hi,

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

    .header__mid.pl__15.pr__15 {
    	padding: 0;
    }
    .jas-push-menu-btn img {width: 24px;}
    .jas-push-menu-btn .visible-xs::after {
    	content: "Menu";
    	font-size: 12px;
    }
    .jas-col-md-8.jas-col-sm-6.jas-col-xs-6.center-xs {
    	padding: 0;
    }

    2. Please change code to

    .holder:after, .holder:before {
        width: 9px;
        height: 9px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .holder:after {
        top: 14px;
        right: 20px;
    }
    #jas-mobile-menu ul li.open > .holder::before {
        opacity: 1;
        visibility: visible;
    }
    #jas-mobile-menu ul li.open > .holder:before,
    #jas-mobile-menu ul li.open > .holder:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .holder:before {height: 1px;}
    .holder:after {width: 1px;}

    Kind regards

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

    #28932

    In reply to: Check Out Form Layout

    Hi,

    Thank you for your swift updates, much appreciated.

    1,2  – Great works, Thank you.

    3, Added code but did not see a difference. I thotght I might hav added wrong. I iniytally justadded to css as;

    [code before]
    .woocommerce form #wc_checkout_add_ons .form-row label {
    display: inline-block;

    [added code]

    #wc_checkout_add_ons_4_field label:first-child {display: block;}
    }

     

    then I thought it should be like this;

    .woocommerce form #wc_checkout_add_ons .form-row label {
    display: inline-block;

    #wc_checkout_add_ons_4_field label:first-child {display: block;}
    }

    However both options I did not see a change.

    4,5,6,7. – Thanks for quote. Let me see if we need this now and get back.

    10, Thanks, thats fine. Await your reply.

    Many Thanks – appreciate your support.

Viewing 10 results - 1,081 through 1,090 (of 3,138 total)