Home Forums Search Search Results for 'css'

Viewing 10 results - 221 through 230 (of 3,131 total)
  • Author
    Search Results
  • #40326

    Hi,

    I see it now work well https://prnt.sc/y834iq.

    If you want remove the line in middle please add below code to Claue > Theme Option > General Layout > Custom CSS

    .jas-col-md-6.jas-col-sm-6.jas-col-xs-12.u-column1.col-1 {
    	border-right: none !important;
    }

    Kind regards

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

    #40322

    Hello,

    Even If we move the original file there in the child theme, the css still fails.

    Can you please check?

     

    Thank you

    John

    #40290

    In reply to: Banner Opacity

    Sgmonster
    Support Expired

    Hi, Harry,  I also want to show you all the codes we have pasted into the Custom CSS Style section to make sure there are no conflicts.  thank you, Tom

    .result-count-order {
    padding: 0 20px;
    }
    .filter-trigger:after {
    content: ‘CLICK HERE TO FILTER’;
    margin-left: 25px;
    }
    .product_meta {display: none;}
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min—moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { .regular-logo { display: block; } .retina-logo { display: none; } }

    @media only screen and (max-width: 800px) { .jas-branding { display: none;}}
    .additional_information_tab, #tab-additional_information {
    display: none !important;
    }

    @media only screen and (max-width: 800px) {
    .wp-caption {
    width: 100% !important;
    }
    }
    .quickview-button {bottom: -10px; left: 0; width: 100%; opacity: 0; visibility: hidden; transition: all 0.1s;}
    .product-image:hover .quickview-button {bottom: 0; opacity: 1; visibility: visible;}
    .quickview-button a { background: #f2f2f2; transition: all 0.3s}
    .product-btn .btn-quickview {
    display: none;
    }
    .btn-quickview {
    margin: 0;
    padding: 0;
    }
    .quickview-button {
    z-index: 99;
    }
    .page-head::before {
    background: rgba(0, 0, 0, 0.4);
    }
    }
    @media only screen and (min-width: 320px) {
    .page-head {
    padding: 20px 0;
    }}

    @media only screen and (min-width: 768px) {
    .page-head {
    padding: 50px 0;
    }}

    @media only screen and (min-width: 1280px) {
    .page-head {
    padding: 90px 0;
    }}
    @media only screen and (min-width: 1440px) {
    .page-head {
    padding: 140px 0;
    }}
    #shipping_method li input {
    margin: 0 3px 0 0;
    }
    .page-head::before {
    background: none;
    }

    #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.

Viewing 10 results - 221 through 230 (of 3,131 total)