Home Forums Search Search Results for 'css'

Viewing 10 results - 131 through 140 (of 3,138 total)
  • Author
    Search Results
  • #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

    #41842

    Topic: image based sale badge

    in forum Claue
    Ladybird0
    Participant

    Hi,

    I would like to ask if it is somehow possible to input CSS code for my own custom made SALE badge instead of the default one in Claue?

    Thank you in advance!

    Best,

    Aiste

    #41802

    Hi,

    The issue related to plugin’s CSS. Please try contact to plugin author.

    Kind regards

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

    #41800

    Hi,

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

    .swatch__list--item.disabled::before, .swatch__list--item.disabled::after {
    	background: #000;
    }
    .swatch__list--item.disabled {
    	border-color: #000;
    }

    Kind regards

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

Viewing 10 results - 131 through 140 (of 3,138 total)