Home Forums Search Search Results for 'css'

Viewing 10 results - 61 through 70 (of 3,135 total)
  • Author
    Search Results
  • #42947

    Hi Lane,

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

    .product-category h2::before,
    .product-category h3::before {
    	display: none;
    }
    .woocommerce .product-category h2, .product-category h2, .woocommerce .product-category h3, .product-category h3 {
    	font-size: 15px;
    	padding: 15px;
    	color: #fff;
    }

    Kind regards

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

    #42890

    Hi Miguel,

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

    #jas-vsh .mfp-close {
    	border: none;
    	background: none;
    	margin: 0;
    }

    Kind regards

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

    #42887

    Hi Miguel,

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

    .product_title, .entry-summary .price {
    	font-size: 30px;
    }

    Kind regards

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

    #42872

    Hi,

    I see the code not apply. Please try again or edit code in claue-child > style.css line 128 from display: block to display: inline-block;

    Kind regards

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

    #42871
    This reply has been marked as private.
    #42870

    Hello Niskhesh,

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

    .woocommerce form .form-row label {
        display: inline-block;
    }

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

    #42869

    Hi,

    The issue cause by HTML of plugin you use to customize checkout page. You can add custom CSS code to fix in Claue > Theme Option > General Layout > Custom CSS

    .woocommerce form .form-row label {
    	float: left;
    }
    .woocommerce form .form-row .required {
    	border-bottom: none;
    	float: right;
    	text-decoration: none;
    	line-height: 0.5;
    	color: red;
    }

    or contact to plugin author

    kind regards

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

    #42853

    In reply to: wordpress issues

    Hi Tom,

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

    .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.start-md.start-sm.center-xs,
    .jas-col-md-4.jas-col-sm-2.jas-col-xs-12.flex.end-md.hidden-sm.hidden-xs {
    	max-width: 10%;
    	flex-basis: 10%;
    }
    .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.center-md.end-sm.center-xs {
    	max-width: 80%;
    	flex-basis: 80%;
    }

    and remove
    in your code.

    The link to renew support at https://themeforest.net/downloads

    Thank and regards

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

    #42845

    Hi,

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

    .is-label .swatch__value {
    	width: auto;
    	border-radius: 5px;
    	display: inline-block;
    }
    .is-label .swatch__list--item {
    	border-radius: 5px;
    	padding: 2px 5px;
    }

    Kind regards

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

    #42843
    jonkristen
    Participant

    Hi,

    Text labels for variation swatches gets a linebreak after 3 characters placing text outside the box.
    I have tried to extend the width of the box through custom CSS with no luck.
    How can this be resolved.

    Best regards,

    Jon Kristen

    Attachments:
    You must be logged in to view attached files.
Viewing 10 results - 61 through 70 (of 3,135 total)