-
AuthorSearch Results
-
December 26, 2017 at 12:42 am #15432
In reply to: Left aligning social media links
For the below, we actually only need to left align on desktop and center align for mobile view.
1. Please add custom css code in Claue > Theme Option > General Layout > Custom CSS
.jas-wc-single .social-share { text-align: left;}
December 25, 2017 at 9:57 pm #15424In reply to: Left aligning social media links
Hi,
1. Please add custom css code in Claue > Theme Option > General Layout > Custom CSS
.jas-wc-single .social-share { text-align: left;}
2. The Instagram doesn’t support social share so can’t add Instagram to there
3. Please go to Settings > WPA Product Bundles to change color of button
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 25, 2017 at 9:35 pm #15420In reply to: Top bar fixed
Hi,
Please add custom CSS
@keyframes mymove { from {top: -20px;} to {top: 0;} } .header-sticky .jas-branding { padding: 15px 0; } .header-sticky { animation: mymove 0.3s; }Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 25, 2017 at 3:57 pm #15409In reply to: Top bar fixed
Hi Kintanei,
Please add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.header-sticky {
width: 100%;
background: #fff;
z-index: 99;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 25, 2017 at 12:32 pm #15400In reply to: Filter Box
Hi,
Please add custom css code
.yith-woocommerce-ajax-product-filter.with-checkbox ul { list-style-type: none; padding: 10px !important; border: 1px solid #ddd; }Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 25, 2017 at 4:24 am #15384In reply to: deactivate blog autor and date
on the main page it helps but on the blog page listing author and date are visible.
Is there any additional CSS needed?December 23, 2017 at 10:37 pm #15349In reply to: CSS for responsive elements
Hi,
Please add custom CSS in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) { .vc_row.vc_custom_1513989788010 { padding-top: 50px !important; padding-bottom: 50px !important; } .vc_row.vc_custom_1513989788010 h2..fs__50 { font-size: 20px;} }Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 23, 2017 at 8:20 am #15332Topic: CSS for responsive elements
in forum Gecko
adampreussParticipantI have at my mainpage a Textblock with a background image which is not getting smaller in responsive.
I tried to put this into CSS, but it didnt succeed:
div {
background-size: 100% auto;
}Do you have any suggestion for me? Thanks in advance!
December 22, 2017 at 11:43 pm #15317In reply to: Search botton on sidebar
Hi,
Please add custom css code in Claue > Theme Option > General Layout > Custom CSS
.widget .search-form label, .widget .woocommerce-product-search .search-field { width: calc(100% - 125px); float: left; }Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 22, 2017 at 11:40 pm #15314In reply to: Child Theme
Hi Rahim,
1. Please add below code to redirect to homepage after login
add_filter('woocommerce_login_redirect', 'wc_login_redirect'); function wc_login_redirect( $redirect_to ) { $redirect_to = home_url(); return $redirect_to; }2. Sorry I wrong file, please extract attach file to claue-child > woocommerce > loop and find “slidesToScroll”: 2, change 2 as number you want.
3. Sorry this default function only support search by product
4. Please add custom code in Claue > Theme Option > General Layout > Custom CSS
.product-image a.db::before {background: none;}Best regards
Attachments:
You must be logged in to view attached files.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results