Home Forums Search Search Results for 'css'

Viewing 10 results - 121 through 130 (of 3,131 total)
  • Author
    Search Results
  • #42006

    In reply to: filter sticky

    artimization
    Support Expired

    Hello can we make sticky bar with custom css? I don’t want to use plug in for this small modification.

     

     

    #41997

    In reply to: Broken web pages

    Hi,

    I check your site and see the file front-end.rtl.min.css not load when you view as guest. This cause by plugin WP Rocket plugin. I deactivate plugin WP Rocket.

    The site work well

    Kind regards

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

    #41926

    Hi Balint,

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

    .quantity.pr.fl.mr__10 {
    	display: none;
    }

    Btw, your support expired. Please renew your 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

    #41922

    Hi,

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

    @media screen and (max-width: 800px){
    .jas-push-menu {
    	background: #fff;
    }}

    And change #fff with your color code.

    Kind regards

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

    #41917

    Hi,

    Please go to claue-child > views > header > layout-4.php and change class “jas-icon-cart pr” to “jas-icon-cart1 pr” https://tppr.me/GAETm

    And add below code to claue-child > style.css

    .jas-icon-cart1 .count {
    	width: 20px;
    	height: 20px;
    	font-size: 12px;
    	line-height: 22px;
    	left: 14px;
    	top: 0;
    }

    Kind regards

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

    #41887

    Hi,

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

    table, th, td {
    	border-color: #ddd;
    }

    And change #ddd with your color.

    Kind regards

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

    #41886

    Hi,

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

    .shop-top-sidebar {
    	background: #f6f6f8;
    }
    .woocommerce-MyAccount-navigation {
    	background: #f6f6f8;
    }
    .woocommerce-MyAccount-content {
    	background: #f6f6f8;
    }

    And change #f6f6f8 with your color.

    Kind regards

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

    Hi,

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

    .jas-breadcrumb {
    	background: transparent;
    }

    Have a great day!

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

    #41846

    Hi,

    I check plugin elementor not load file frontend-rtl.min.css can you report this to plugin author.

    Kind regards

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

    #41844

    In reply to: image based sale badge

    Hi Aiste,

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

    .badge .onsale {
    	background: url('https://ladybird.lt/wp-content/uploads/2021/06/Logo-1.png') center center no-repeat;
    	text-indent: -999em;
    	background-color: transparent;
    }

    and change https://ladybird.lt/wp-content/uploads/2021/06/Logo-1.png with your image path.

    If you want change badge for single product page only, please change prev code to

    .single-product .badge .onsale {
    	background: url('https://ladybird.lt/wp-content/uploads/2021/06/Logo-1.png') center center no-repeat;
    	text-indent: -999em;
    	background-color: transparent;
    }

    Kind regards

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

Viewing 10 results - 121 through 130 (of 3,131 total)