Hi TN,
1. You can add below code in JanStudio > Theme Option > General Layout > Custom CSS
.jas-icon-cart i { font-family: ‘FontAwesome’;}
.jas-icon-cart i.pe-7s-shopbag:before { content: ‘\f07a’;}
2. We need to take a look on your site before give you a hint.
You can reduce space by edit the row contain padding or margin
https://monosnap.com/file/tpzna1pu7kJXgAXWuYIraJbkL8eFM0#
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I’m trying to remove the author and date posted from the blog post’s…I added this custom CSS but it seems that it’s not working. Can you please help me out with this issue? Thanks.
.post-meta, .posted-on {display: none;}
Hi,
You can add custom css in JanStudio > Theme Options > General Layout > Custom CSS
#jas-header .jas-account-menu { display: none;}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
TNParticipant
Thanks 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
Hi,
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=janstudio
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=janstudio
Hi 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.
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=janstudio
Hi,
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=janstudio
This reply has been marked as private.