Home Forums Search Search Results for 'css'

Viewing 10 results - 2,601 through 2,610 (of 3,138 total)
  • Author
    Search Results
  • #8291

    Thank you for the coding….I added it to the Custom CSS space and changed the color code but the changes didn’t apply.

    #8290

    In reply to: icons with text

    Thanks for the fast response! I got my icons, but the CSS code for the top bar and social icons didn’t work. Nothing changed with the code.

    #8284

    In reply to: icons with text

    Hi,

    Thank you for choosing our theme and your kind words.

    1. You can use font icon with class at http://fontawesome.io/cheatsheet/ follow this screen shot to add icon

    http://take.ms/O6B3o

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

    .jas-socials a {
    height: 24px;
    line-height: 22px;
    margin: 0 3px;
    width: 24px;
    }
    .header__top .jas-socials {
    line-height: 36px;
    }
    .header__top { background: #3e3e3e;}

    .jas-socials a.facebook:hover { color: #3B5998;}
    .jas-socials a.instagram:hover { color: #3B5998;}

    Change #3e3e3e and #3B5998 with your color

    Best regards

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

    #8259

    Hi,

    Sorry we miss this message from you. You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS to fix

    .product-button {
    position: inherit;
    transform: translateY(0);
    margin-top: 15px;
    }

    .product-image .product-button > * {
    transform: scale(1);
    opacity: 1;
    }

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

    #8241

    Hi,

    The extra content doesn’t support you add

    and tag it only support normal html

    You can use this plugin to add script code https://wordpress.org/plugins/insert-headers-and-footers/

    and add css in Claue > Theme Option > General Layout > Custom CSS (without

    tag

    Best regards

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

    #8240
    This reply has been marked as private.
    #8234

    Hi,

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

    @media only screen and (max-width: 736px) {
    .btn-quickview { text-indent: 0; font-size: 14px !important;}
    }

    2. Sorry the add to cart effect need more change. We are so busy can’t help you do it. You can hire some freelancer to help you do it https://studio.envato.com/

    Best regards

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

    #8227

    In reply to: Adding to cart time

    Hi,

    Sorry because miss your message.

    1. I checked your site, you’re using old version. You can update to latest version to improve add to cart time.

    2. You can hide message by add custom css code in Claue > Theme Option > General Layout > Custom CSS

    .jas-wc-single .woocommerce-message { display: none;}

    Best regards

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

    #8221

    Hi,

    Please use this custom CSS code

    Cheers,
    Foster

    #8212

    Hi,

    I have fixed this problem for you, please check. The problem caused by Pricing table VC addon, it used a global CSS class to make style http://take.ms/PTV48

    Best regards,

    Foster

Viewing 10 results - 2,601 through 2,610 (of 3,138 total)