-
AuthorSearch Results
-
June 11, 2017 at 11:48 pm #5276
In reply to: Product Page Problems
Thx Harry!
question 2. Is there an other css code for mobile? Because i have the same issue there..
And, how about the ‘padding’ on my main page? See picture.
Last question: Is it possible, when i scroll down on my main page, my ‘top menu’ is scrolling down aswell? So it stays visible.. I hope you know what i mean.
Btw, you guys have a great customer/help service! Thx for that!
Attachments:
You must be logged in to view attached files.June 11, 2017 at 1:10 pm #5265In reply to: Pin maker does not stay in the picuture
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS to fix this issue.
.pin__wrapper {
display: inline-block;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 11, 2017 at 11:04 am #5261Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product-addon .form-row {
position: relative;
color: #999;
border: 1px solid #999;
}
.product-addon .form-row:after {
content: ‘\f107’;
position: absolute;
font-family: ‘FontAwesome’;
right: 10px;
top: 7px;
pointer-events: none;
}
.product-addon .form-row select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
outline: 0;
padding: 0;
color: #999;
font-size: 14px;
cursor: pointer;
width: 100%;
height: 38px;
line-height: 38px;
padding: 0 30px 0 10px;
}You’re welcome.
Hope our love our theme and consider give us good review and 5 stars rating at https://themeforest.net/downloads we really appreciate.
Thank and have a nice weekend!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 10, 2017 at 10:46 pm #5259In reply to: Product Page Problems
Hi,
1. The issue because your product is variable product but you don’t add any variation for product and price.
2. You can add custom css in Claue > Theme Option > General Layout > Custom CSS.woocommerce-tabs {padding-top: 0;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 10, 2017 at 7:04 pm #5255In reply to: Modify Product Category color
Hi,
You can change color for categories by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.woocommerce .product-category h2, .product-category h2, .woocommerce .product-category h3, .product-category h3, .product-category h3::before, .product-category h3::after { color: #fff;}
Change #fff with your color.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 10, 2017 at 6:48 pm #5254In reply to: remove the shop icons from certain pages
Hi,
You can hide cart icon on homepage or certain other page by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.home .jas-icon-cart, .page-id-9 .jas-icon-cart { display: none;}
You can get class for any page by inspect to body class and change “.page-id-9” with class of the page you want hide icon cart
https://monosnap.com/file/M8AeLQKqj8hVOWN6BPxyiCKlxs65vP#
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Sorry for miss reply.
You can add custom CSS
.footer__top .widget-title {margin-bottom: 5px;}
I help you make signup form in one line
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 9, 2017 at 9:12 am #5217In reply to: Header Responsiveness Issue & some other queries
I think you are a developer you can do it with skill of css.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 9, 2017 at 9:00 am #5214In reply to: Center footer on mobile and Portfolio images
Sorry for late reply.
1. You can make the text center on mobile by add custom css in Claue > Theme Options > General Layout > Custom CSS
@media only screen and (max-width: 480px) { .footer__top {text-align: center;} }
2. You can add more images for portfolio page by use Media Grid Element of Visual Composer
https://monosnap.com/file/yxRCdufylnMwHX17D4uKqQNWPO8wIY#
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 8, 2017 at 10:41 am #5176In reply to: .page-head background color
Thank you for purchase!
Sorry because inconvenience you have.You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.page-head::before {
display:none;
}Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results