Home Forums Search Search Results for 'css'

Viewing 10 results - 721 through 730 (of 3,138 total)
  • Author
    Search Results
  • #33410
    Floow
    Participant

    Hi Harry,

     

    Since the update of theme or update of WPBakery (I am not sure) the CSS that I insert on specific pages via the WP Bakery is not considered anymore.

    Please see the URL I attached.

    The CSS is inserted and when I am in the WPBakery Editor the CSS also works but as soon as I hit update and I am on the live site it doesn’t show (also not with cache clearing)

    Attachments:
    You must be logged in to view attached files.
    #33404

    2. On the cart page. I see custom CSS you added

    .wprt-container .table-responsive .table thead + tbody tr:nth-child(2n+1) {
    	background-color: #cf7e9e  !important;
    }
    woocommerce-cart-form .wprt-container .table-responsive .table tr:nth-child(2n+1) {
    	background-color: #fff !important;
    }

    Please change to

    .woocommerce-cart-form .wprt-container .table-responsive .table thead + tbody tr:nth-child(2n+1) {
    	background-color: none  !important;
    }
    woocommerce-cart-form .wprt-container .table-responsive .table tr:nth-child(2n+1) {
    	background-color: none !important;
    }

    Kind regards

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

    #33397

    In reply to: RnB plugin conflict

    This reply has been marked as private.
    #33396

    Hi Harry,

    After doing an update to the theme and plugins we’ve noticed that the custom css code snippet you gave us to make the WOOCS multi currency plugin appear the same as the Claue theme currency switcher on the website is no longer working. The dropdown box for the currency switcher has now reverted to the WOOCS look, so the css code has stopped working.

    Do you what has caused the issue and how to fix it?

    Many thanks in advance for your help.

    #33394

    Hi Harry 🙂

    Thank you for your reply.

    1. I will try cleaning database next week and let you know if this solves the issue.

      3. Can you please provide the CSS to hide the buy for me button from the quick view pop up.

      7. If you check my site, it won’t work 🙂 Can you kindly check if my staging site is working on your end regarding this point. I only guessed about the 95% causing the issue. Honestly, this issue is a very old issue (1 year back) and I never had time to follow up about this. Customers try 2 columns often since the art images look big and beautiful but some people complained about 1 column and it looks ugly.

      Have a nice start of week Harry 🙂 I will open another issue in a separate ticket as it is very specific 🙂 (Total 2 issues left)

      Best Regards,
      founder,AK

    #33384
    This reply has been marked as private.
    #33380

    Hi yulia,

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

    .button.add_to_cart_button i {display: none;}
    .button.add_to_cart_button {padding: 0 25px;}

    2. Which problem you have with plugin https://wordpress.org/plugins/ajax-search-for-woocommerce/?

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

    #33365

    In reply to: Website ZAZU

    Hi,

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

    .single-product .type-product > .jas-row {
    	-webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    }

    Kind regards

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

    #33361

    Hi,

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

    @media only screen and (max-width: 1024px) {
    .header__top .jas-col-sm-6.jas-col-xs-12,
    .header__top .jas-col-sm-2.jas-col-xs-12 {flex-basis: 50%; max-width: 50%;}
    .header__top .jas-col-sm-2.hidden-sm {display: block;}
    .header__top .jas-col-sm-2.jas-col-xs-12.end-sm {-webkit-justify-content: center;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;text-align: center;}
    }
    @media only screen and (max-width: 736px) {
    .header__top .jas-col-sm-2.hidden-sm {display: block;}
    }

    By the way, your support expired. Could you please renew your support at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281 that will help us continue develop new features and improve our theme.

    Thanks

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

    #33344

    In reply to: Website ZAZU

    Hi,

    I see you set layout full width.

    To disable hover on service, please add below code to Claue > Theme Option > General Layout > custom CSS

    .jas-service[class*="icon-"]:hover .icon::before {
    	display: none;
    }

    Kind regards

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

Viewing 10 results - 721 through 730 (of 3,138 total)