Home Forums Search Search Results for 'css'

Viewing 10 results - 2,411 through 2,420 (of 3,131 total)
  • Author
    Search Results
  • #10505

    you can hide footer on all page on mobile by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736px) { #jas-footer { display: none;}}

    Best regards

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

    #10504

    Hi,

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

    .product-quickview .content-section {display: none;}

    Best regards

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

    #10469

    Hi,

    You can add custom css to fix.

    @media only screen and (max-width: 736px) {
    .a2w_to_shipping select {width: 100%;}

    }

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

    #10465

    – You can disable wishlist icon by disable YITH Wishlist plugin.
    – You can hide quick view button by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .product-button .btn-quickview { display: none;}

    Kind regards

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

    #10419

    In reply to: metaslider and layout

    You can add custom css

    .metaslider .flex-control-nav {
    background: #fff;
    bottom: 20px;
    }
    Change color #fff with your and 20.

    Best regards

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

    #10416

    In reply to: Double shop page

    Hi,

    1.Please add custom css in  JanStudio > Theme Option > General Layout > Custom CSS

    .result-count-order { display: none;}

    2. Go to JanStudio > Theme Option > WooCommerce > Product Listing Settings > Select layout Mansory > Enable Isotope + enable categories filter after that switch change select layout to grid.

    Best regards

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

    #10411

    In reply to: Double shop page

    Hi

    I was thinking … Is it possible to use the default shop page, but only replace the filter catalog for the one that I want? With some CSS?

    thanks

    #10391

    In reply to: Menu badge color

    Hi,

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

    .jas-menu li.hot > a:after {
    background: #ff3e11;
    }
    .jas-menu li.sale > a:after {
    background: #ffa800;
    }
    .jas-menu li.new > a:after {
    background: #01bad4;
    }

    And change color with yours.

    Best regards

     

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

    #10373

    In reply to: Contact Form problem

    Hi,

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

    #wpcf7-f3863-p3035-o1 div.wpcf7-response-output { left: inherit; margin: 0; padding: 20px; position: inherit; top: inherit; transform: inherit; }

     

    Kind regards

     

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

    #10365

    Hi,

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

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

    .jas-my-account.hidden-xs { display: block; }

    .jas-push-menu .jas-my-account.hidden-xs { display: none;}

    }

    Best regards

     

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

Viewing 10 results - 2,411 through 2,420 (of 3,131 total)