Home Forums Search Search Results for 'css'

Viewing 10 results - 231 through 240 (of 3,138 total)
  • Author
    Search Results
  • #40285

    In reply to: Custom font

    Hi,

    The button on product https://posteri.hr/proizvod/dizajniraj-majicu/ generate by plugin lumise

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

    button.lumise-customize-button {
    	background: #e40f08;
    	border: none;
    	color: #fff;
    	text-transform: uppercase;
    	position: relative;
    	float: left;
    }

    Kind regards

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

    #40280

    In reply to: Mini Cart Translations

    Hi,

    The button on product https://posteri.hr/proizvod/dizajniraj-majicu/ generate by plugin lumise

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

    button.lumise-customize-button {
    	background: #e40f08;
    	border: none;
    	color: #fff;
    	text-transform: uppercase;
    	position: relative;
    	float: left;
    }

    Kind regards

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

    #40276

    In reply to: Custom font

    Hi,

    Please add below code to on of file in claue-child > style.css

    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,900;1,800&display=swap');

    And add css font the element you want change font weight to claue-child > style.css

    Example

    h1, h2,h3 {font-weight: 900;}

    Kind regards

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

    #40275

    Hi,

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

    #bbpress-forums .bbp-forums-list .bbp-forum {
    	display: inline-block !important;
    	font-size: 14px !important;
    }

    Kind regards

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

    #40272

    In reply to: Custom font

    Hi,

    You can change font in Claue > Theme Option > Typography if your font not there, you can include your fonts to child theme and override with CSS

    Kind regards

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

    #40248

    Hi,

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

    @media only screen and (max-width: 384px) {
    .woocommerce-ordering select {
    	width: 100%;
    }}

    Kind regards

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

    #40238
    seventalents
    Support Expired

    I have added the code to Claue > Theme Option > General Layout > Custom CSS, but it doesn’t work.

    #40236

    Hi,

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

    @media only screen and (max-width: 736px) {
    .jas-col-xs-6.jas-col-md-6, .jas-masonry .jas-col-xs-6.jas-col-md-6 {
    	width: 100%;
    	max-width: 100%;
    	flex-basis: 100%;
    }}
    
    @media only screen and (max-width: 480px) {
    .products .jas-col-xs-6:first-child, .products .jas-col-xs-6:nth-child(2n+1), .products.jas-masonry .jas-col-xs-6:nth-child(2n) {
    	padding-right: 1rem;
    }
    .products .jas-col-xs-6:nth-child(2n), .products.jas-masonry .jas-col-xs-6:first-child, .products.jas-masonry .jas-col-xs-6:nth-child(2n+1) {
    	padding-left: 1rem;
    }}

    Kindd regards

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

    #40215

    Hi,

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

    .u-small .swatch__value {
    	width: 20px;
    	height: 20px;
    }
    .swatch__value {
    	width: 30px;
    	height: 30px;
    	line-height: 32px;
    }

    Kind regards

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

    #40200

    Hi,

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

    .woocommerce-cart-form .actions .coupon,
    .woocommerce-cart .woocommerce-message a {
    	display: none;
    }

    Kind regards

    • This reply was modified 5 years, 1 month ago by Harry.

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

Viewing 10 results - 231 through 240 (of 3,138 total)