Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1024px) {
.jas-action .jas-currency {display: none;}
}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Bạn thêm giúp mình đoạn code sau vào Claue > Theme Option > General Layout > Custom CSS
.post iframe {max-width: 100%}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hello,
I’ve installed gecko child & there is only 2 files : functions.php and style.css
So I can’t make the changes, plus I already customize my theme on the parent gecko version ! Can you help me with a solution please ?
Thanks a lot for your time, I hope you can help me on this
Gerald Culé
http://Nutritionsecrets.fr
I would like CSS for adjusting or moving freely from top, bottom, left and right of STICKY ADD TO CART BUTTON and also bottom-to-top Icon because Sometimes I add some plugin and their icon will cover up them.
PANDALER [ https://pandaler.com/ ] - The Very Coolest of Panda Stuffs In One Place For You And Everyone In Your Life Who Loves Panda!
I am using WOOF – WooCommerce Products Filter and would like to adjust align product filter to more closer to the left side and make it wider so that my words showing the same line as square checkout. Could you please to advise me the suitable CSS?
Attachments:
You must be
logged in to view attached files.
PANDALER [ https://pandaler.com/ ] - The Very Coolest of Panda Stuffs In One Place For You And Everyone In Your Life Who Loves Panda!
Hi Stephanie,
1. Please try deactivate plugin one by one and check again.
2. Please add below code to Claue > Theme Option > General Layout > Custom CSS
.stock.in-stock {display: none;}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Karen,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.jas-wc-single .social-share .jas-social {
position: relative;
margin-top: 10px;
}
.jas-wc-single .social-share .jas-social::before {
position: absolute;
content: 'Sharing is caring:';
top: -40px;
left: 50%;
transform: translateX(-50%);
font-size: 16px;
font-weight: 600;
color: #222;
}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I see you add custom css and it hide post meta and time.
Please add more custom code to show author, date
.single .post-meta,
.single .entry-date {
display: block;
}
If you want show tags please add download attach,extract and put in gecko-child > views > post (you need create 2 folder “views, post” in gecko-child)
To show minutes to read you need install a plugin https://wordpress.org/plugins/reading-time-wp/
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
Hi James,
1. The CSS code for title and description is
.page-head h1 {
font-size: 20px;
color: #fff;
}
.page-head p {
font-size: 14px;
color: #fff;
}
2. The header image size is (1920*150)px
3. It now doesn’t have option to move category header description to any where. If you want you have to customize code.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
What is about CSS for both title and description font size and color? What is the header image size? Is it possible to change position from top into anywhere on category page such as over or under all product archives?
PANDALER [ https://pandaler.com/ ] - The Very Coolest of Panda Stuffs In One Place For You And Everyone In Your Life Who Loves Panda!