Home Forums Search Search Results for 'css'

Viewing 10 results - 1,151 through 1,160 (of 3,138 total)
  • Author
    Search Results
  • #28277

    Topic: Show special characters

    in forum Gecko
    choulio19
    Participant

    Hi team. Nice work with the template.

    At the checkout page when you press the show terms and conditions before the main text shows special characters (from visual composer i think)

    THESE TERMS AND CONDITIONS MAY CHANGE
    We reserve the right to update or modify these terms and conditions at

    #28249

    In reply to: Help!

    Hi,

    Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736px) {
    select#shipping_method_0.shipping_method {
    	width: 100% !important;
    }}

    Regards

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

    #28240

    In reply to: menu bar badge

    Hi,

    1. For menu color, please go to Claue > Theme Option > Color Scheme

    2. For badge color, please add below code to Claue > Theme Option > General Layout > Custom CSS

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

    and change #ffa800 and #01bad4 with your color.

    Kind regards

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

    #28223

    Hi,

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    input[type="submit"], button, a.button, .jas-ajax-load a, form .quantity, .cart .yith-wcwl-add-to-wishlist,  .signup-newsletter-form input.submit-btn, .signup-newsletter-form, .actions .coupon input {
    	border-radius: 0;
    }

    Kind regards

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

    #28218

    Hi Mike,

    Please add below code to claue > Theme Option > General Layout > Custom CSS

    .woocommerce-checkout #jas-footer {display: none;}

    Kind regards

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

    #28209

    Hi Chris,

    You can remove hover style on product listing by add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .product-image:hover .db::before {
    	background: none;
    }
    .product-button {
    	display: none;
    }

    And go to Theme Option > WooCommerce > Product Listing > Enable Products Attribute On Product List uncheck all.

    Kind regards

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

    #28200
    guks
    Participant

    Hello,

    My problem is that I dont resolve a padding problem on this page :

    https://nutritionsecrets.fr/a-propos

     

    I want to add 200px padding(left and right) on desktop and 50px padding (left and right too) on mobile but custom css doesnt work and WP BAKERY doesnt work too..

    Can you help me please ?

    thank you a lot !

    Regards

    Gérald

    Gerald Culé
    http://Nutritionsecrets.fr

    #28161

    In reply to: PRODUCT PAGE ERROR

    Hi,

    Please add below code in Claue > Theme Option > General Layout > Custom CSS

    .jas-sc-instagram .item img {
    max-width: inherit;
    width: auto;
    }}
    @media only screen and (min-width: 1001px) {
    .jas-sc-instagram .item img {
    height: 160px;
    }}
    @media only screen and (max-width: 1000px) {
    .jas-sc-instagram .item img {
    height: 300px;
    }}

    Kind regards

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

    #28129

    Hi,

    This issue cause by css of layer slider.

    Please add below code to fix

    #jas-content.ls-overflow-visible {
    	overflow: hidden !important;
    }

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

    #28119

    In reply to: PRODUCT PAGE ERROR

    Hi,

    1. To change color on slider, please change #333 with your color in Claue > Theme Option > General Layout > Custom CSS

    .metaslider .flexslider .caption-wrap h3,
    .metaslider .flexslider .caption-wrap,
    .metaslider .flexslider .caption-wrap a {color: #fff;}

    2. For product layout 3 you have to move bundle below quantity add to cart button to bundle calculate price.

    I move product bundle above product tab, it now work well.

    3. For variation product i still not clear the issue.

    Regards

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

Viewing 10 results - 1,151 through 1,160 (of 3,138 total)