Forum Replies Created

Viewing 10 posts - 12,351 through 12,360 (of 15,048 total)
  • Author
    Posts
  • in reply to: Change font size for price in cart #9242

    Hi,

    you can add custom css

    .order-total .woocommerce-Price-amount.amount {
    font-size: 14px;
    }

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

    in reply to: Shop Page Title Not Working #9241

    Sorry, it is bug of our theme for this version, you can update to version 1.5.1 to fix this issue.

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

    in reply to: Shop Page Title Not Working #9240

    Hi,

    Thank you for choosing our theme.

    I checked your site and saw you move code of page head out side #jas-content so it can’t display background.

    Now you should revert your code to fix.

    Best regards

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

    in reply to: I can't find OpenSwatch #9221

    Hi,

    You can use YITH Ajax Filter plugin

    Best regards

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

    in reply to: A Few Simple Questions #9218

    Hi,

    This function is issue if plugin color swatch, i told with plugin author and wait for them improve in future.

    Kind regards

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

    in reply to: Delete image title #9217

    Hi,

    you can add custom css code

    .archive .page-head {
    padding: 0;
    position: relative;
    }

    .archive .page-head h1 {
    margin-top: 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    }

    Best regards

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

    in reply to: check out layout problem #9216

    Hi,

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

    .form-row.form-row-wide.address-field {
    float: right;
    width: 49%;
    }

    @media only screen and (max-width: 736px) {
    .form-row.form-row-wide.address-field {
    width: 100%;
    }
    }

    Best regards

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

    in reply to: Best sellers tab women/men #9215

    Hi,

    If you want display 2 product per row you should change to Colunms=”6″ and correct code is

    I checked and saw it work on classic mode.

    Best regards

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

    in reply to: Change backgrond colour on button #9214

    Hi,

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

    .product-image .product-btn .button:hover,
    .product-image .product-btn .btn-quickview:hover {
    color: #fff;
    background: #222;
    }

    and change #222 with your color

    Best regards

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

    in reply to: Newsletter Subscribe widget #9213

    Hi,

    You can use this css

    .signup-newsletter-form input.submit-btn {
    background: #222 !important;

    }

    Change #222 with your color

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

Viewing 10 posts - 12,351 through 12,360 (of 15,048 total)