Home Forums Search Search Results for 'css'

Viewing 10 results - 1,101 through 1,110 (of 3,138 total)
  • Author
    Search Results
  • #28843

    In reply to: QUICK SHOP and Opacity

    Hi,

    Please add below custom CSS code

    .product-btn {
    	background: rgba(255,255,255,.15);
    }
    .product-image a.db::before {
    	display: none;
    }

    Kind regards

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

    #28830

    In reply to: Image SWATCHES

    Hi,

    Please change color in Claue > Theme Option > Color Scheme

    To hide badge please add below code to Claue > Theme Option > General Layout > Custom CSS

    .badge span {display: none;}

    Please try reset your account password and post on our forum.

    Regards

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

    #28800

    Hi,

    1. The issue because you add below css in Appearance > Custom CSS

    .woocommerce .jas-container .jas-row .jas-col-md-3{max-width:20%}
    .woocommerce .jas-container .jas-row .jas-col-md-9{max-width:80%}

    Please change to

    @media only screen and (min-width: 736px) {
    .woocommerce .jas-container .jas-row .jas-col-md-3{max-width:20%}
    .woocommerce .jas-container .jas-row .jas-col-md-9{max-width:80%}
    }

    2. Please change follow this topic https://wordpress.org/support/topic/how-to-hide-delete-uncategorized-category-in-shop-page/

    Kind regards

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

    #28798

    In reply to: Slider Help

    Hi Rahim,

    This issue because the css of plugin WPBakery PageBuilder.

    Please add below code to fix

    .vc_col-sm-12.vc_column_container > .vc_column-inner {
    	padding-left: 0;
    	padding-right: 0;
    }

    Kind regards

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

    #28795
    This reply has been marked as private.
    #28794
    This reply has been marked as private.
    #28769

    In reply to: RTL Bug

    Hi Harry,

    I had a code on my custom css which was making the issue.

    I just removed that:

    .jas-row.u-columns.col2-set {
    width: 100%;
    }

    No more action. http://prntscr.com/mhrr75

    Regards.

     

    Rahim Vaziri
    CEO & Founder at Look.ir

    #28755

    In reply to: RTL Bug

    Hi,

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

    .woocommerce-account .jas-page > div {margin-top: 0;}

    Kind regards

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

    #28751
    [Resolved]

    Topic: RTL Bug

    in forum Claue
    Rahim
    Participant

    Hi Harry,

    I think the Look.ir/my-account page needs an RTL fix.

    Before this you told me it’s because of my codes in style.css of the child-theme.

    But I renamed that to find that is that causing the issue or not and cleared the cache, and I found it’s not coming from my custom style.

    http://prntscr.com/mhgt65

    http://prntscr.com/mhgtgm

    Regards.

     

    Rahim Vaziri
    CEO & Founder at Look.ir

    #28739

    Hi netmined,

    Thank you very much for your wishes!

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

    .woocommerce-currency-switcher-form .chosen-container-single .chosen-drop {
    	border-radius: 0;
    	background: #f6f6f8;
    	box-shadow: none;
    	border: none;
    }
    .woocommerce-currency-switcher-form .chosen-container-single .chosen-single,
    .woocommerce-currency-switcher-form .chosen-container-active.chosen-with-drop .chosen-single {
    	background: none;
    	border: none;
    	box-shadow: none;
    }
    .woocommerce-currency-switcher-form .chosen-container .chosen-results li {
    	padding: 5px 22px;
    }
    .woocommerce-currency-switcher-form .chosen-container-single .chosen-single div b {
    	background-image: none !important;
    	background-size: inherit !important;
    	background-repeat: inherit !important;
    	position: relative;
    }
    .woocommerce-currency-switcher-form .chosen-container-single .chosen-single div b::before {
    	font-family: FontAwesome;
    	content: "\f107";
    	position: absolute;
    	top: 0;
    	right: 10px;
    	color: #666;
    }

    Kind regards

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

Viewing 10 results - 1,101 through 1,110 (of 3,138 total)