Home Forums Search Search Results for 'css'

Viewing 10 results - 1,091 through 1,100 (of 3,138 total)
  • Author
    Search Results
  • #28930

    Hi,

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

    .badge .new {
    	display: none;
    }

    Regards

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

    #28924

    In reply to: Check Out Form Layout

    Hi,

    1,2. Please add below code to claue-child > functions.php

    // Hook in
    add_filter( 'woocommerce_checkout_fields' , 'my_override_checkout_fields' );
    
    // Our hooked in function - $fields is passed via the filter!
    function my_override_checkout_fields( $fields ) {
    	unset($fields['billing']['billing_company']);
    	unset($fields['billing']['billing_country']);
    
    	return $fields;
    }

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

    .woocommerce-additional-fields {display: none;}

    4,5,6,7. Could you please contact to plugin author

    8,9. Please add below custom CSS

    .woocommerce form #wc_checkout_add_ons .form-row label {
    	display: inline-block;
    }

    10. Please check with plugin author

    Kind regards

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

    #28922

    In reply to: Remove View details

    Hi,

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

    a.detail_link {display: none;}

    Kind regards

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

    #28921

    In reply to: Check Out Form Layout

    Hi,

    I understand that in request 8 above – in the CSS styling of the elements that have the id: wc_checkout_add_ons_x_field, where x is the number of add-ons that have been created. If this helps in nay way.

    Appreciate your help and support with me.

    #28920
    [Resolved]

    Topic: Check Out Form Layout

    in forum Claue
    Web_Browser
    Participant

    Hi,

    On our page;

    Checkout

    Would like to:
    1. Remove – Company name (optional)

    2. Remove – County (optional)

    3. Remove – Order notes (optional)

    4. Above – We note that your donation is for,
    To have heading in same css style as Additional information however to say DONATION TYPE

    5. Above – Gift Aid Declaration – Increase the value of your donation by 25%. I am a UK

    To have heading in same css style as Additional information however to say GIFT AID DECLARATION

    6. Above – May we contact you by ?

    To have heading in same css style as Additional information however to say CONTACT

    7. Above – Optional) Select any of the following to add to your order:

    To have heading in same css style as Additional information however to say OPTIONAL

    8. Also if possible can the radio fields yes and no under Gift Aid Declaration be next to each other and not below each other?

    9. Also if possible can the multi – checkbox fields Email, Post, Telephone and SMS under May we contact you by ? be next to each other and not below each other?

    10. Can all the headings and form fields from requests points 4 to 9 not be in the same column as BILLING DETAILS but go above YOUR ORDER on the right hand column?

    I hope you can help me with these requests.
    Appreciate your help. Looking to take live tomorrow noon (GMT)  London.

    Many Thanks

    #28911

    Hi,

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

    .swatch .swatch__list--item.is-selected .swatch__tooltip {
    	top: -33px;
    	opacity: 0;
    	visibility: hidden;
    }

    Kind regards

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

    #28886

    In reply to: View Video Bug

    Hi Rahim,

    Thank you for report bug. We fixed this by change code on style.css in line 1576 to

    .cw, .bghp:hover { color: #fff; }

    Regards

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

    #28875

    In reply to: Quick Shop Help

    Hi Rahim,

    Please add below code to Custom CSS

    .detail_link {
    	direction: rtl;
    }
    .detail_link .fa-long-arrow-right:before {
    	content: "\f177";
    }

    Kind regards

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

    #28874

    In reply to: Site running slow

    Hi Joel,

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

    .slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
        color: transparent;
    }

    Kind regards

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

    #28845

    In reply to: Site running slow

    Hi Joel,

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

    .slick-prev::before, .slick-next::before {
    	color: #222;
    }

    Kind regards

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

Viewing 10 results - 1,091 through 1,100 (of 3,138 total)