Home Forums Search Search Results for 'css'

Viewing 10 results - 2,741 through 2,750 (of 3,138 total)
  • Author
    Search Results
  • #6434

    Hi,

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

    .home .jas-page > div { margin: 0;}

    2. You can change header font color by go to Theme Option > Color Scheme > Header Color > Main Menu Color

    Best regards

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

    #6433

    In reply to: font-awesome loading

    Hi,

    You can go to gecko-child > functions.php and change code to

     

    function jas_gecko_enqueue_script() {
    	wp_enqueue_style( 'jas-gecko-parent-style', get_template_directory_uri() . '/style.css' );
    	wp_dequeue_style( 'fontawesome');
    }
    add_action( 'wp_enqueue_scripts', 'jas_gecko_enqueue_script', 11 );

    Best regards

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

    #6427
    1. You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a {color: #000 !important;}

    Change #000 with your color code

    2. On header already have bag icon, you still want change heart to cart icon?

    3.  Sorry, now we so busy you can hire some freelancer to help you do it.

     

    Best regards

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

    #6426

    Hi,

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

    @media only screen and (max-width: 736px) {

    .header__top .jas-row .jas-col-md-4.jas-col-sm-6.jas-col-xs-12 { flex-basis: 50%; max-width: 50%; padding-left: 0; padding-right: 0;}

    .header__top .jas-row .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.start-md.start-sm.center-xs { -moz-box-pack: start; justify-content: flex-start; text-align: start;}

    .header__top .jas-row .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.end-lg.end-sm.center-xs {-moz-box-pack: end; justify-content: flex-end; text-align: end;}

    .header__top .jas-socials { padding-top: 0; }

    }

    Best regards

     

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

    #6395

    Hi,

    You can add custom css

    .jas-action .jas-my-account { display: inline;}
    @media only screen and (max-width: 736px) {.left .p-video, .outside .p-video {bottom: 20px;}}

    Best regards

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

    #6389

    Thank you very much for your rate!

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

    .product-image span.badge .db:before { display: none;}

    Best regards

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

    #6381

    Hi,

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

    .single_add_to_cart_button { width: calc(100% – 177px);}
    .cart .yith-wcwl-add-to-wishlist {right: 0;}
    .apple-pay-button-wrapper {display:none;}

    Best regards

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

    #6339

    Hi Harry,

    Can you please confirm if it is possible to show product in css box, I’m attaching image here:

    Image background is pure white but products are showing in box, currently in our theme, there is no box.

    #6321

    Hi,

    1. To fix screen shot 1 you can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 480px) { .jas-container .vc_custom_1498746349399 { margin-left: 30px !important; margin-right: 30px !important; padding: 30px 15px !important; } }

    2. I helped add empty space before and after content so on mobile it display better.

    http://take.ms/wfsPf

     

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

    #6294

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

    .archive .result-count-order, .archive .result-count-order select { background: #fff !important; color: #999;}

    .result-count-order a {color: #999;}

    .woocommerce-ordering::after {  right: 10px;  }

    .woocommerce-ordering { border: 1px solid #999; }

     

    Best regards

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

Viewing 10 results - 2,741 through 2,750 (of 3,138 total)