-
AuthorSearch Results
-
October 31, 2017 at 8:51 pm #12673
Topic: Align Footer Text Heading
in forum Claue
nasanParticipantHi there, please have a look at the attached screenshot. I need for the text and headings in the footer/widget area to be centered. Is there any CSS code for this?
Attachments:
You must be logged in to view attached files.Hi Virchand,
1. You can remove filter not be use by change “Or” to “And”

2. Please change custom link to by change menu as category
3. You can remove this by add custom css in JanStudio > Theme Option > General Layout > Custom
.single-product .page-head {display: none;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 30, 2017 at 10:20 am #12627Hi,
You can fix by add custom css in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.shop-top-sidebar .woocommerce {
min-width: inherit;
text-align: center;
}}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 29, 2017 at 6:30 pm #12603In reply to: Header style issue
Hi Rahim,
1. You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1400px) {
.jas-menu > li:not(:first-child) {
margin-right: 35px;
}
.header-2 .jas-menu > li:not(:first-child) {
margin-right: 0;
margin-left: 21px;
}
}
@media only screen and (max-width: 1280px) {
.jas-menu > li:not(:first-child) {
margin-right: 35px;
}
.header-2 .jas-menu > li:not(:first-child) {
margin-right: 0;
margin-left: 17px;
}
}with this case we recommend don’t add more than 5 menu items for left menu and right menu and you real name of menu item not use test name so don’t have to adjust in next time.
1) i help you fixed.
Have a nice Sunday!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 29, 2017 at 9:47 am #12599In reply to: Sub Product Category Header Question
Hi,
1. You can remove background on category images by add custom css in Claue > Theme Option > General Layout > Custom CSS
.product-category h2 { background: none;}
or change transparent by add code
.product-category h2 { background: rgba(255,255,255,0.3);}
with 255,255,255 as rgb and 0.3 as opacity from 0-1
2. Sorry this feature WooCommerce doesn’t support. It would be best to contact Woocommerce support about this. Perhaps they have an extension available for this.
3. You can change it in Claue > Theme Option > WooCommerce > General Settings > Page Title Background
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThis reply has been marked as private.October 28, 2017 at 2:17 am #12581In reply to: Child theme or main theme?
Hi,
Quick question 🙂
Do we need to use a plugin like this “http://www.childthemeconfigurator.com/” to maintain the child theme? We are about to begin customization and we already activated the child theme that came with our purchase. Our objective is to not lose our customization work with updates. (We plan to edit mostly css but maybe some php files)
Many thanks in advance 🙂
Best Regards,
Team ArtK
Hi,
1) I just checked you have access to the site?
We added the css,
But the username is not changing color2) So which one?
Thank you
Hi,
1. To change the color of role please use the custom CSS code below
.bbpas-key .keymaster { color: red; } .bbpas-key .moderator { color: green; } .bbpas-key .participant { color: blue; } .bbpas-key .spectator { color: yellow; } .bbpas-key .blocked { color: black; }Regarding translate issue, I can’t login to your admin to check, please unblock for me. My IP is 117.1.207.232
2. I’m not sure about those plugins because I have ever tested it before.
October 26, 2017 at 11:11 pm #12513Hi,
Please use the custom CSS code below
Cheers,
Foster -
AuthorSearch Results