-
AuthorSearch Results
-
December 12, 2016 at 8:31 am #1195
In reply to: Image in page title doesn't change
Hi,
1. For the shop page you can change page-title background in JanStudio > Theme Option > WooCommerce > General Setting > Page Title Background.
2. you can add custom css code in JanStudio > Theme Options > General Layout > Custom CSS
@media only screen and (max-width: 1280px) {
.result-count-order .jas-container,ย .footer__top .jas-container { padding: 0 15px;}
}
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 11, 2016 at 8:14 am #1190In reply to: METASLIDER
Hi,
You can add custom CSS in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 480px) {
.metaslider .slides img {
height: auto;
}Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 10, 2016 at 10:01 am #1185In reply to: Blog Customization
Hi SweetDay,
Thank you for purchase and using our theme!
1. You can remove page-title post data on Single blog post by add custom css
.single-post .page-head { display: none;}
2. Issue with sidebar on blog post we check and saw and we will fix for the next update.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 3, 2016 at 2:31 pm #1118In reply to: Metaslider Issue on Mobile
Hi again @emcampos93,
I checked your site you can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.jas-row.jas-page { min-height: inherit;}
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 3, 2016 at 10:39 am #1104In reply to: Contact Form Help Please!
Please use this custom CSS code
form.wpcf7-form input.wpcf7-submit { background: #fff; color: #000; }
December 2, 2016 at 2:21 pm #1069Hi,
This is css overlay we can’t make it as option so we have to use css skill, we’re sorry about it
You must use #footer because it’s ID https://monosnap.com/file/A5jdvt7a0fimZAq27eCM9iku0VMh0y#
#jas-footer:before { background: rgba (0,0,0,0.9);} andย you need remove space between “rgba” with (0,0,0,0.9).
Correct code is #jas-footer:before { background: rgba(0,0,0,0.9);}
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 2, 2016 at 2:10 pm #1068Hi again,
1. a) The css code #jas-footer:before { background: rgba (0,0,0,0.9);} doesn’t remove the background overlay (I tried change to .jas-footer.before { background: rgba (0,0,0,0.9);} – i.e. changing the # in the beginning to a . but that didn’t change anything either).
I’m sorry for all the questions. I’ve not worked with your theme before and in other themes I’ve worked with I didn’t need the css skills to do settings like these. I liked the style of your theme for this site so changed to yours, but didn’t realise the css skills I needed. Sorry about that!
December 2, 2016 at 1:29 pm #1066Hi Harry,
Thanks a lot! I wouldn’t have found that footer menu without you! ๐
The suggestion for no 3 tho, to change the css, didn’t give any change – it’s still the same black.
Another question related to the top frame. I’ve placed a Revolution Slider in the top of first page. When I set the size to Auto there is padding on all sides but the top (where I got your help before to remove it), when I set the size to full part of the slider is placed under the vertical menu. What css do I have to use?
This one I got from you to remove the top margin: .jas-page div.mt__60.mb__60 { margin: 0;}
I tried to add 0,0,0,0; to that script but that didn’t work.And in relation to this, the sidebar has no padding resulting in the widgets looking a bit strange as they almost look like they float outside the page. Is it possible to have a script that removes the padding/margin for images, i.e. they can be stretched/full width but other items like the sidebar has padding?
All the best,
AnnaDecember 2, 2016 at 12:00 pm #1065Hi,
1. For the footer menu and widget footer #3 you’re using one menu for both https://monosnap.com/file/z1h6GuCQNAfqZPDKhTVPHA60kotevT#
2. You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.footer__top { padding-bottom: 50px;}
change 50 to your number
3. You can change footer background overlay by add custom css
#jas-footer:before { background: rgba (0,0,0,0.9);}
4. For the string to translate can you try to search in another plugin related to WooCommerce. I tried search in WooCommerce and our theme but can’t found.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 1, 2016 at 11:52 am #1035This reply has been marked as private. -
AuthorSearch Results