-
AuthorSearch Results
-
September 3, 2017 at 7:47 pm #9243
In reply to: Delete image title
Hi Harry, thanks but title is aligned to the left. I tried multiple things in the css code and the title is still there. Thanks
September 3, 2017 at 7:17 pm #9242In reply to: Change font size for price in cart
Hi,
you can add custom css
.order-total .woocommerce-Price-amount.amount {
font-size: 14px;
}Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 3, 2017 at 5:07 pm #9232In reply to: Header 4 – Sticky Main Menu?
This reply has been marked as private.September 3, 2017 at 8:46 am #9217In reply to: Delete image title
Hi,
you can add custom css code
.archive .page-head {
padding: 0;
position: relative;
}.archive .page-head h1 {
margin-top: 50px;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 3, 2017 at 8:42 am #9216In reply to: check out layout problem
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.form-row.form-row-wide.address-field {
float: right;
width: 49%;
}@media only screen and (max-width: 736px) {
.form-row.form-row-wide.address-field {
width: 100%;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 3, 2017 at 8:26 am #9214In reply to: Change backgrond colour on button
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.product-image .product-btn .button:hover,
.product-image .product-btn .btn-quickview:hover {
color: #fff;
background: #222;
}and change #222 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 3, 2017 at 8:22 am #9213In reply to: Newsletter Subscribe widget
Hi,
You can use this css
.signup-newsletter-form input.submit-btn {
background: #222 !important;}
Change #222 with your color
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 3, 2017 at 5:06 am #9200In reply to: Header 4 – Sticky Main Menu?
This reply has been marked as private.September 3, 2017 at 4:37 am #9199In reply to: Newsletter Subscribe widget
This reply has been marked as private.September 2, 2017 at 11:08 pm #9193In reply to: Add to cart behaviour – popup
Hi,
1. I saw you add some custom css for Add to cart Popup, please remove these and use below css code for popup
.cart__popup .cart__popup-title, .cart__popup .cart__popup-related-title { font-size: 13px;}
.cart__popup-action .checkout-button {background: #ff9898 !important;}
.cart__popup .center-xs.fs__20 { font-size: 13px;}
.popup__cart-product .modal_btn_add_to_cart {font-size: 10px; background: #ff9898 !important; color: #fff !important;}
.cart__popup .cart__popup-price .woocommerce-Price-amount.amount { font-size: 11px !important;}2. You can change these text by use Loco Translate plugin http://support.janstudio.net/forums/topic/theme-translation/
After install LocoTranslate plugin you navigate to Loco Translate > Themes > Claue > New Languages > English (US) and search the text you want to change and change as you want
Regards,
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results