Home Forums Search Search Results for 'css'

Viewing 10 results - 2,461 through 2,470 (of 3,138 total)
  • Author
    Search Results
  • #9948

    Hi,

    You can add more css

    .content-quickview form.cart { width: 100%:}

    Best regards

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

    #9945

    Hi,

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

    .btn-atc .cart.gift-cards_form { display: inherit;}
    .btn-atc .cart.gift-cards_form .single_variation_wrap { display: inline-block !important;}

    Best regards

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

    #9921

    In reply to: Addon custom CSS

    Hi,

    After setup the custom CSS there is only one short line.

    Attachments:
    You must be logged in to view attached files.
    #9920

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

    .jas-sc-instagram .item img {
    height: 320px;
    max-width: inherit;
    width: auto;
    }

    Best regards

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

    #9914

    Hi,

    You can fix issue by add custom css

    .content-quickview .cart .yith-wcwl-add-to-wishlist {
    right: -5px;
    }

    Regards

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

    #9910

    In reply to: Footer & font size

    Hi,

    This is line height of text not font size.

    If you want reduce space between text you can use custom css code

    .footer__top .menu li {
    line-height: 24px;
    }

    best regards

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

    #9893

    In reply to: Addon custom CSS

    Hi,

    You can add custom css

    Best regards

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

    #9870
    [Resolved]

    Topic: Addon custom CSS

    in forum Claue
    stephane
    Participant

    Hi,

    I’d like to know how to add a straight line like this : see screenshot please

    Thanks for your help

     

     

    Attachments:
    You must be logged in to view attached files.
    #9861

    In reply to: Footer & font size

    Hi Stephane,

    Thank you for rating.

    1. You can change footer font-size and change subscribe form to square by add custom css

    #jas-footer {
    font-size: 13px;
    }
    .signup-newsletter-form,
    .signup-newsletter-form input.submit-btn {
    border-radius: 0;
    }

    2. You can add line on top header by add custom css

    header {
    border-top: 3px solid #222;
    }

    Best regards

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

    #9848

    Hi,

    1. You can add custom css code

    .term-description p {
    margin: 15px auto;
    max-width: 1280px;
    text-align: center;
    width: 100%;
    }

    2. On the woocommerce category page it doesn’t support display any content in footer with page builder.

    Best regards

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

Viewing 10 results - 2,461 through 2,470 (of 3,138 total)