-
AuthorSearch Results
-
June 22, 2017 at 1:23 am #5726
Topic: Change shopping cart icon reduce some space
in forum Gecko
TNParticipantThanks Harry. Is it possible to replace the icons for shopping cart to a different icon ?
Also, I am trying to reduce the space to a minimum in between each of the sections
- Between menu and slider
- After slider
- The section after slider
- Before the product section
- Before the footer.
Can you please help me with the custom css or any other option that i will be able to use to play around with the spacing between each sections
June 21, 2017 at 11:51 pm #5721Hi,
You can change title color by add custom CSS
#jas-footer h3.widget-title {color: #fff;}
Sorry for menu text color, could you take a screen shot, i don’t understand.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 21, 2017 at 11:27 am #5695In reply to: Quick Shop
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.btn-quickview {
left: auto;
right: 10px;
top: auto !important;
bottom: 10px;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 21, 2017 at 5:33 am #5685Hi Harry,
I do not want the header image on my product pages, that’s why I changed the CSS to display:none
What I want is to create a template for each category page so I can put a background image behind the actual products. I attached an example in my last message. I will attach it again to this message.
Can you please tell me what files I must change or clone so that I can make a NEW template for each product category page?
As far as I know this cannot be done by simply using custom CSS.
Can you do this for me if I pay? How much?
Thank you.
-Michael
Attachments:
You must be logged in to view attached files.June 21, 2017 at 12:10 am #5680In reply to: Lookbook Issue
Hi,
you can add custom css in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 800px) {
.jas-col-sm-4.jas-col-md-6.metro-item {
width: 33.33%;
max-width: 33.33%;
flex-basis: 33.33%;
}
.metro-item .product-inner .product-image {
margin-bottom: 0;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 20, 2017 at 11:51 pm #5678Hi,
I checked your site and saw you edit core theme https://monosnap.com/file/G0P6CvCACkZT1zg8RnxxxFRwkMD6x4#
please remove “display: none; to show page head image
We recommend you add custom css in JanStudio > Theme Option > General Layout > Custom CSS or use child theme.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 20, 2017 at 11:33 pm #5677In reply to: Enable another Swatchs plugin after the problem
This reply has been marked as private.June 20, 2017 at 8:59 pm #5659In reply to: Client Section in Footer on Portfolio Pages
Hi Foster
Thanks a lot for your quick reply. It worked perfectly. How about the publishing date under the headline. Is there e possibility to deactivate that or do i have to do that with custom css too?
Cheers
-Andreas
June 20, 2017 at 8:51 pm #5655In reply to: Client Section in Footer on Portfolio Pages
Hi Andreas,
To disable it, please use this custom CSS code (Add in JanStudio / Theme Options / General / Custom CSS)
.portfolio-meta { display: none; }– Foster
June 20, 2017 at 7:36 pm #5654In reply to: Enable another Swatchs plugin after the problem
Hi,
1. You can go to WooCommerce > MG Open Swatch Option > Position > After title
2. We fix issue, now you can try update again
3. You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.single-product-thumbnail .slick-slide img { width: 100%;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results