-
AuthorSearch Results
-
October 2, 2019 at 10:50 pm #33952
In reply to: Mobile product image cuts off
Hi,
Please change the code you add in custom CSS
.slick-track { margin-top: 85px; }to
.slick-track { margin-top: 0; }Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 2, 2019 at 10:35 pm #33951In reply to: Website Amor
Hi,
10. please try this plugin https://wordpress.org/plugins/buttonizer-multifunctional-button/
11. please add below code to claue > theme option > general layout > custom css
.cart__popup-action { position: relative; padding-bottom: 30px; } .cart__popup-action::after { content: "Free shipping above €50"; position: absolute; bottom: -10px; }12. Please edit homepage and the row wrap slider https://prnt.sc/pdxhrv
13. Please go to Theme Option > WooCommerce > Product Detail Settings > Extra Content and add code
<a href="/shop">back to products</a>and change link as you want in href
14. Please edit product and select default value form https://prnt.sc/pdxkpg
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 2, 2019 at 6:26 am #33931In reply to: Настройка рейтинга звезд
Please add below code to Custom CSS
.star-rating, .wc-single-3 .star-rating { font-size: 20px; }Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 2, 2019 at 6:22 am #33929In reply to: Страница товара
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS to make it center
.pwb-single-product-brands { margin: 0 auto 10px; }Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 1, 2019 at 5:18 pm #33921In reply to: Text of product carrusel aligned to left
Hi,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.product-info.tc.mt__15 { text-align: left; }Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 30, 2019 at 8:10 pm #33904In reply to: Mobile View Only the Middle Section in header top
Hi,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) { .header__top .jas-col-md-4.jas-col-xs-12 { display: none; } .header__top .jas-col-md-4.hidden-sm.tc { display: block; }}Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 30, 2019 at 5:33 pm #33894Topic: Change via CSS the color of Header Top Bar
in forum Gecko
universappstudioParticipantWe want to change the Header Top Bar
Attachments:
You must be logged in to view attached files.September 29, 2019 at 11:52 am #33860In reply to: Making icons two differnet colors
Hi,
Please go to JanStudio > Theme Option > General Layout > Custom CSS find the code
#jas-content i.fa { color: #ff0000; }and change to
.page-id-6244 #jas-content i.fa { color: #ff0000; }Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 28, 2019 at 8:16 am #33853In reply to: I want to change the category carrusell color
Hi,
You can change color of category name by add below code to JanStudio > Theme Option > General Layout > Custom CSS
.woocommerce .product-category h2, .product-category h2 { color: #4d5959; }and change #4d5959 with your color code.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 27, 2019 at 10:26 pm #33850In reply to: The page appears nested as shown in the picture
Hi,
1. To hide social icons on mobile please add below code to JanStudio > General layout > custom CSS
@media only screen and (max-width: 767px) { .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.start-md.start-sm.center-xs { display: none; }}2. By default our theme have lazyload so when you add lazyload from other plugin it conflict with default. Please try compress js of autoptimize plugin and try plugin Super Cache.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results