Hi Harry,
Good evening. 🙂
I see you have added some css by default to the Claue Panel:
.single-product.postid-5532 .jas-container { width: 100%; padding: 0 30px;}
.sidebar .widget.yith-woocommerce-ajax-product-filter ul li:before { content:none;}
.sidebar .widget.yith-woocommerce-ajax-product-filter ul li { padding-left: 0;}
Is it safe to add these to my style.css of child-theme and delete them from here?
Regards.
Rahim Vaziri
CEO & Founder at Look.ir
Hi,
I see inline CSS code auto hide “Add to cart” button on mobile http://prntscr.com/la579a, please contact plugin author about this.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please go to gecko > style.css line 7293 and change the code
@media only screen and (max-width: 1024px) {
to
@media screen and (max-device-width: 1366px) and (orientation: landscape), screen and (max-width: 1024px) {
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Harry,
Can you please provide me the css code of changing the font family of the input of the days?
I want to try to change it to a supported font by html and test it again.
Regards.
Rahim Vaziri
CEO & Founder at Look.ir
Hi Rahim,
I understand for quantity input field but i see all other number it now display in LTR, i tried use CSS but it doesn’t work.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Harry,
The input css is applied only to name and address on checkout, not the postal code and email.
How can I fix this?
Rahim Vaziri
CEO & Founder at Look.ir
Hi Rahim,
Please add below CSS code
.woocommerce-cart .woocommerce-cart-form__contents td.actions {display: none;}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Harry,
Is there any chance to fix it via css?
I added this and it works now. http://take.ms/MStLu
Is the code correct?
div.filter-sidebar {
z-index: 10000;
}
Regards.
Rahim Vaziri
CEO & Founder at Look.ir
Hi Harry,
How can I change these numbers? As I see these are in the html and I checked your demo with the same numbers.
I added this code:
/* logo on footer */
img.mb__15.size-full {
width: 60% !important;
margin-bottom: 0px !important;
}
@media only screen and (max-width: 736px) {
img.mb__15.size-full {
width: 45% !important;
}}
Did I add a right css code for this?
If it’s wrong help me for the right code please, I want the logo to be something like this on desktop and mobile.
Regards.
Rahim Vaziri
CEO & Founder at Look.ir
Hi Harry,
Just try login to Look.ir via a wrong username and password.
For sure you will see an error message. The error msg and the reset password url needs some RTL fix.
http://take.ms/X5xp9
The error should be on right and the password reset link shoud be on the left at the end.
The reverse form of LTR :Â http://take.ms/UtwZ5
Regards.
Rahim Vaziri
CEO & Founder at Look.ir