-
AuthorSearch Results
-
April 12, 2017 at 8:27 pm #3124
In reply to: Several questions regarding design and demo import
Ok.
1. Can I change the text color on the my account and search button to white as well via CSS? Then I would need the code for this as well 🙂
2. Ok then I have something to play around with.
3. Im looking for the pages like:Â http://support.janstudio.net/videos/. I’m currently not getting how they get generated..But I think not via the pages. When I look at the extra sections like FAQ and preview the site no FAQS are shown…
4. Where? A page? a module? 🙂
Cheers
KaiApril 12, 2017 at 8:15 pm #3121In reply to: Several questions regarding design and demo import
Hi Kai,
Thank you for your purchase
1. At this moment, our theme option does not parameter to config button only, please use this custom CSS code
input[type="submit"], button, a.button { background: your_color; }
2. Please use this code
.jas-menu > li > a { font-family: your_font; }
.jas-account-menu a { font-family: your_font; }
3. I have just checked on your site, the sample data was installed successful with all our demo page, I gotta wonder, what are the missed you talk here?
4. I have setup the sample for you, please check
Best regards
FosterApril 12, 2017 at 11:18 am #3087In reply to: New, Hot, etc. menu and product labels
Hi Tom.
Thank you for purchase!
1. You can delete menu badge by go to Appearance > Menus and follow screen shot
2. You can change label of badge on product page, product listing page by use Loco Translate Plugin
http://support.janstudio.net/forums/topic/theme-translation/
and change text in English-US language
3. You can hide “new” badge of product by edit this product on Product Detail Option panel and follow screen below
4. The badge “Sale, Sold Out” display base on product status. If you need hide all badge on product ignore product status you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product .badge { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 12, 2017 at 10:49 am #3085In reply to: Immagini Prodotti
Hi,
Problem because your image dimension so small
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.product-inner.pr { text-align: center; }
.product-image img { width: auto; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 11, 2017 at 12:55 am #3044Yeh that now doesn’t seem to be working on the home page please see now :/ ive added the custom css, but its causing the p[roducts to be full width accross the page.
April 11, 2017 at 12:49 am #3040Have another way, you can add custom css like in screen shot https://monosnap.com/file/5CyBP3Z7PhZ0VbAKitShCJNsvrQSI7#
.products.jas-row .jas-col-md-3 { flex-basis: 100%; max-width: 100%; }
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 10, 2017 at 6:35 pm #3018In reply to: "New" Badge – Changing Size and Position
Hi,
1. You can add custom CSS code for product title on mobile
@media only screen and (max-width: 414px) {
h3.product-title, .woocommerce h3.product-title {
font-size: 10px;
font-weight: 400;
}}
2. Now you can add social media icon top by go to JanStudio > theme Option > Social Network
our theme don’t support add icon to menu
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 10, 2017 at 4:14 pm #3007In reply to: "New" Badge – Changing Size and Position
Hello Harry,
that worked out just fine, Thank you.
I do have 2 other questions:
1. Is there a css code for the text alignment for the mobile version of this theme? Whenever I open the site on a mobile device, Samsung Galaxy S5 and S7, the names of the products are not fitting in the screen or the text is overlapping. Please the the attached png’s.
2. How can I add the social media buttons to the menu?
Thanks again in advance for your outstanding support.
Have a great day.
Greets,
Marcus
P.S. Let me know if I have to open a new ticket for above asked questions.
Attachments:
You must be logged in to view attached files.April 9, 2017 at 7:52 pm #2981In reply to: "New" Badge – Changing Size and Position
Hi,
Thank you, we wish you have great weekend too.
You can change background of “new” badge by add custom css
.badge .new {
background: #4eb0be;
top: 15px;
left: 15px;
padding: 0 10px 0 12px;
height: 24px;
line-height: 24px;
}– You can change #4eb0be with your color
– Change 15px with your number to set position of badge
and change 24px with your number to set height.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 9, 2017 at 6:49 pm #2978bezahlbar
ParticipantHi there,
I hope you all had a great weekend.
Can you give me the css code for changing the size and the position of the “New” Badge on a product, please? Or you can just give me the name and the location of the .php file so I can change it.
Thank you very much, again, for your support.
Greets,
Marcus
Attachments:
You must be logged in to view attached files. -
AuthorSearch Results