Home Forums Search Search Results for 'css'

Viewing 10 results - 2,541 through 2,550 (of 3,131 total)
  • Author
    Search Results
  • Hi Rene’,

    1. If you want to change text in drop-down you can add custom css

    .variations .value select {
    color: #414141;
    }

    2. The problem with plugin because you don’t enable option in WooCommerce > MG OpenSwatch Option http://janstudio.net/gecko/document/#product-attributes and in product you don’t enable OpenSwatch http://janstudio.net/gecko/document/#product-swatch

    Best regards

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

    #8909
    This reply has been marked as private.
    #8885

    Hi,

    You can add custom css

    @media only screen and (min-width: 736px) {
    .products .jas-col-xs-6 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    }
    }

    Best regards

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

    #8876

    Hi,

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

    .header__top .header-text {
    font-size: 14px;
    color: #878787;
    }

    You can change 14 with your site and #878787 with your color

    Best regards

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

    #8871

    Hi,

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

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

    #8868

    In reply to: Header filter

    Hi Archivio85,

    You can remove background overlay page head by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .page-head::before {
    background: transparent;
    }

    Best regards

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

    Hi Rene’,

    Sorry for late reply.

    1. You can change icon stronger by add custom css

    .p-video a i {font-weight: bold}

    2. No, you don’t need reload backup, please send me what you want. I will help you fix. The link to download plugin will display on top if you deactivate or not install

    3. Thanks, we love chocolate but Hanoi now hot, it around 30 degree Celsius, you can send me other or send me in Winter on December it around 15 degree Celsius

    Thanks 🙂

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

    #8852

    Hi,

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

    .jas-sc-products .slick-dots {
    bottom: -25px;
    }

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

    Hi Rene’,

    1. I help you fixed issue with page-head background and page size content on large screen

    2. Please activate plugin OpenSwatch for Toyfabrik to have option show image color instead of text

    3. You can add custom css

    .p-video a { border-color: red !important;}
    .p-video a i {color: red !important;}
    .p-video a:hover { background: red !important;}
    .p-video a:hover i {color: white !important;}

    Best regards

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

    #8824

    In reply to: sticky header

    Sorry for late reply,

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

    .header-sticky .header__mid {
    background: #fff;
    }
    .jas-menu > li > a,
    .jas-menu ul li a {
    font-family: “poppins”;
    }

    change #fff with your color and Poppins with your font name.

    Best regards

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

Viewing 10 results - 2,541 through 2,550 (of 3,131 total)