-
AuthorSearch Results
-
February 22, 2017 at 4:33 pm #2129
Hi,
Thank you for purchase and using our theme.
You can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
div.bbp-template-notice.info { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFebruary 22, 2017 at 12:02 pm #2121In reply to: Somes changes
Hi,
1. You can change color of sale, new in JanStudio > Theme Option > General Layout > Custom CSS
.jas-menu li.sale > a:after, .badge span { background: #ffa800; }
.jas-menu li.new > a:after, .badge .new { background: #01bad4;}and change fa800, 01bad4 with your color code
2. The brown color of meta slider by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.furniture-slider .metaslider .flexslider .caption-wrap .caption { background: rgba(181, 150, 119, 0.8);}
change 181,150,119 as your RGB color and 0.8 is opacity as 80%
3. The black color on footer you can add css
#jas-footer::before { background-color: #000;}
and change #000 with your color
4. The search result display summaries if you have more articles have same keyword, it will display full article if only one article in search result
5. You image have different dimension, shape ( vertical rectangle, horizontal rectangle) so quick view can’t display identical image formats
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFebruary 21, 2017 at 11:25 pm #2108In reply to: Image adjustments
Hi,
Sorry for late reply
1. The image scale not correct because you set “Full Row Height” you need uncheck here
https://monosnap.com/file/ESB3d9RsBQLh97as1ZXhqIFB1SzNol#
and remove background at Parallax and update background at Design Option tab https://monosnap.com/file/v5tUzb22mRD7Gr9XkQQgZrpegz7N5C#
You can adjust height of row by edit padding in design option tab https://monosnap.com/file/iUjlQR6LAWOP4yMOtBH247QB7VWYtF#
2. You need upload 3 images have same dimension (width and height) min width is 430px,
3. Impossible to change link because it auto generate from your product category
– You can change text in JanStudio > Theme Option > General Layout > Custom CSS
.product-category h3::before { content: “Shop now”;}
and change Shop now with your text
4. You can update theme to latest version to fix this problem, you can follow our document at http://support.janstudio.net/forums/topic/updating-the-theme/
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFebruary 19, 2017 at 8:52 pm #2082In reply to: Logo in front of a slider
You see that because the image in the last slider is transparent background, You just need to add CSS code which I guided you in above reply, It will work
February 19, 2017 at 8:31 pm #2077In reply to: Logo in front of a slider
Hi there,
You just need to add this custom CSS in this element: z-index: 100, like this
February 17, 2017 at 12:27 am #2028In reply to: Change Products
1. You can follow our video at https://www.youtube.com/watch?v=cdkCSls-9s4
2. Don’t worry this permanlink will work well
3. To display Portfolio you need create separate portfolio in Dashboard > Portfolio > Add New and assign to WGT category
4. Shop categories filter. it’s display 5 pictures because you limit number of images on this page. You can change number of image in Page > shop categories filter > Products short code and update number of image
5.1 You can change color by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.term-description { background: #f6f6f8;} and change f6f6f8 with your color code
You can switch off filter by remove all widget in Appearance > Wdigets > Woocommerce Top Sidebar or edit widget is this area
5.2 Did you modify our theme?
6. You can change background of tab by add custom css
.wc-single-2 .woocommerce-tabs, .wc-single-3 .woocommerce-tabs { background: #f1f1f1;} and change #f1f1f1 with your color
7.1 You can install plugin to duplicate page https://wordpress.org/plugins/duplicate-page/
7.2 We don’t have document for these short code, because it have short code of other plugin
8. You can add Role Manager for Visual Composer follow screen shot https://monosnap.com/file/LdD3BWAD3uHTsj68Zp1Z54LWIjRTUA#
9. You have experience with css or you can hide some freelancer to help you do this
10. We will check and fix problem with header 3 layout on ipad
11. Can you try refresh browser, i checked on my computer screen (1920 x 1080) and saw masonry layout working normal
https://monosnap.com/file/wY1xBXJRHVC0FihRZZVbpI6r8fswOg#
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFebruary 15, 2017 at 12:13 am #1999In reply to: Customization info
Hi,
Thank you for purchase!
You can customize by add custom css in JanStudio > Theme Optiion > General Layout > Custom CSS
1. Hover color for icon on top
.header__top .jas-action a:hover { color: #b59677;}
and change #b59677 with your color code
2. For sub menu
.jas-currency ul, .jas-my-account ul { background: #3e3e3e;}
and change #3e3e3e with your color code
3. For footer you can remove overlay background by add code
#jas-footer::before {background: none;}
and change background color in Theme Option > Footer > Background
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFebruary 14, 2017 at 7:40 am #1990In reply to: How to remove gallery image from background?
hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.archive .jas-wc .page-head { background-image: url(“http://www.lavezzinifly.it/ita/wp-content/uploads/2016/05/test5.jpg”) !important; background-size: cover !important; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFebruary 13, 2017 at 10:45 am #1975In reply to: Opacity During Mini Cart "Darkening"
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.mask-overlay { background: rgba(0, 0, 0, 0.8) ;}
you can change 0,0,0 as RGB color code and 0.8 as opacity of overlay from (0.0 – 1.0 as 0% to 100%)
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFebruary 13, 2017 at 10:19 am #1974In reply to: Disable image click on Quick View
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product-quickview .slick-slide > a { pointer-events: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results