Forum Replies Created
-
AuthorPosts
-
Thank for your kind words, we will take care this issue and improve our theme.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can changed overlay color on footer by add custom css in JanStudio > Theme Options > General Layout > Custom CSS
#jas-footer:before {background: rgba(0,0,0,0.9);}
You can change “0,0,0” with your rgb color code and 0.9 as opcity is 90%.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudiohi,
1. The size of image for page title background is : 1600 x 350
2. I update custom css in your site.
The max-width in css for full screen of browser width, the max width you in Theme Option is for content of your site layout width.
3. For page title background setting.
– For Shop category in Products > Category > upload image
– For Blog post in Post > Featured Iamge
– For Shop page and single product page in ThemeOptions > WooCommerce > General Setting > Page Title Background
– For separate page you can setting in Page > Featured image.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. You can change default gray overlay on page title by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.page-head:before { background: rgba(0, 0, 0, 0.4) ; }
And change “0,0,0” with your RGB code , “0.4” in (0.0 – 1.0) as 40% of opacity.
2. For top bar background color and text color you can change in JanStudio > Theme Option > Color Scheme > Header Color > Header Top Background, Header Top Color
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can hide new on product by edit product > New Arrival > Remove number day
https://monosnap.com/file/wbVlCtyoh6iKvOMqUjf0MytduupvRu#
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. For the shop page you can change page-title background in JanStudio > Theme Option > WooCommerce > General Setting > Page Title Background.
2. you can add custom css code in JanStudio > Theme Options > General Layout > Custom CSS
@media only screen and (max-width: 1280px) {
.result-count-order .jas-container, .footer__top .jas-container { padding: 0 15px;}
}
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can add custom CSS in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 480px) {
.metaslider .slides img {
height: auto;
}Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
The issue with single blog post sidebar we will release on next Monday.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi SweetDay,
Thank you for purchase and using our theme!
1. You can remove page-title post data on Single blog post by add custom css
.single-post .page-head { display: none;}
2. Issue with sidebar on blog post we check and saw and we will fix for the next update.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioI compare your site on desktop and mobile but didn’t see different. Only have space on the left and on the right on desktop.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts