-
AuthorSearch Results
-
August 24, 2020 at 5:03 pm #38204
In reply to: temas varios
Hi Asdemonas,
1. Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 480px) { form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button { width: calc(100% - 50px); }}2. If you’re using WPBakery PageBuilder please edith the row wrap slider, open design option tab and clear background color https://prnt.sc/u4v7xq
If you using Elementor please follow this screenshot https://prnt.sc/u4vf4z3. Can you send me your site url, we need to check more before give you solution.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 24, 2020 at 5:45 am #38198In reply to: Post Author
Hi Brad,
please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.post-info .span {display: none}Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 23, 2020 at 8:34 pm #38186In reply to: Them not show
Hi,
1. Please add custom code in Claue > Theme Option > General Layout > Custom CSS
.cart__popup-action a.button:first-child, .cart__popup h3.cart__popup-related-title, .cart__popup .jas-row {display: none}2. Please try these plugins https://wordpress.org/plugins/woo-checkout-field-editor-pro/ or https://wordpress.org/plugins/woo-checkout-regsiter-field-editor/
3. Please go to Theme Option > WooCommerce > Cart & Checkout Settings > Checkout Settings and add your custom HTML
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 21, 2020 at 11:21 am #38154In reply to: Banner Opacity
Hi Tom,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (min-width: 320px) { .page-head { padding: 20px 0; }} @media only screen and (min-width: 768px) { .page-head { padding: 50px 0; }} @media only screen and (min-width: 1280px) { .page-head { padding: 90px 0; }} @media only screen and (min-width: 1440px) { .page-head { padding: 140px 0; }}It use background so can’t auto change on every screen.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 19, 2020 at 7:05 am #38136In reply to: Submenu Colors
Hi Brad,
Please go to Claue > Theme Option > Color Scheme > https://prnt.sc/u1x5jn
If you want add color for some specific menu item. Please add custom CSS code in Claue > Theme Option > General Layout > Custom CSS
.jas-menu ul li#menu-item-5565 a { color: red; }and change 5565 with your menu’s ID number.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 18, 2020 at 10:57 am #38115In reply to: Hide Header in Blog POST
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.single-post .page-head .jas-container { display: none; }Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 13, 2020 at 12:08 am #38057In reply to: Show Full Footer in Vertical Template
Hi,
Please edit homepage > edit custom CSS
and remove code https://prnt.sc/tyi36f
#jas-footer { display: none;}and add below code to replace code
#jas-footer {
display: block;
position: fixed;
width: calc(100% – 250px);
z-index: 999;
bottom: 0;
right: 0;
}`And after that go to Appearance > Widget and add Wdiget to footer#1 to footer#4
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Harry,
I tried the new file and cleared the cache and checked that on the incognito browser.
Same results. There is no
Continue Readingbutton.I also checked my custom CSS and there is no code for
.screen-reader-textclass.
I checked this for if I have hide it while I had it before your code.Kind regards.
Rahim Vaziri
CEO & Founder at Look.irAugust 10, 2020 at 11:14 pm #38011In reply to: Heading tags
Thanks much for your help, Harry.
I have three questions:
1- I added the code to functions.php but where can I add h1 tags? Which file I must add to? Can you give me an example to put h1?
2- In claue child, there is no woocommerce folder. There are only fuctions.php and style.css
3- In the code there are two times of logo.png and two times of logo-2x.png. Can I change the code from logo.png to logo-2x.png?
Thanks.
-
This reply was modified 5 years, 10 months ago by
ozgun.
August 8, 2020 at 11:55 pm #37988Topic: Wishlist page
in forum Claue
RahimParticipantHi Harry,
Hope you are fine.Can you please check the mobile view of the wishlist page on the RTL layout.
It needs some CSS fixes.
Kind regards.
Rahim
Rahim Vaziri
CEO & Founder at Look.ir -
This reply was modified 5 years, 10 months ago by
-
AuthorSearch Results