Hello,
Please add this code in custom.css:
@media (max-width: 992px) {.top-links {
display: none;
}}
Regards,
Eva Kemp.
Hello,
Please add this code in custom.css:
@media (max-width: 992px) {.top-links {
display: none;
}}
Regards,
Eva Kemp.
Hello,
If you remove prices variations won’t be shown.
But you can hide price using css, add this code in Theme Options > Custom CSS > Global Custom CSS:
.product-information .price {
display: none;
}
Regards,
Eva Kemp.
Hello,
If you want to make image bigger than 200x50px, for example 400×200, then you need use this code:
.payment_methods li label img {
max-width: 400px;
width: 400px;
height: 200px;
}
Add values to your needs.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Sorry, but hover option can be used only for products of Shop page, not for single products.
Regards,
Eva Kemp.
Hello @Danijel,
You’re welcome.
Regards,
Eva Kemp.
Hello,
As I see the menu is shown in one line in the fixed header:
http://storage8.static.itmages.com/i/15/0914/h_1442256379_9080768_a5b41a93e7.png
Please show a screenshot of the issue.
Regards,
Eva Kemp.
Hello,
Please clarify what you mean with “black hover”.
Do you want to set blue bold text and the blue border when hovering “Add to Cart” button?
Regards,
Eva Kemp.
Hello,
I’ve disabled “Just Catalog” option in Theme Options > Shop. Please check the page now.
Regards,
Eva Kemp.
Hello @kaha,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You can try to use WooProduct Categories element or Single Image element (upload images and link them to category pages).
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Unfortunately we can’t reach your site:
http://prntscr.com/8gbedm
Please check this issue.
Regards,
Eva Kemp.
Hello,
FTP credentials are incorrect.
Please check them.
Regards,
Eva Kemp.
Hello @Boutik,
Please view the screenshot http://storage3.static.itmages.com/i/15/0914/h_1442252972_4804657_2bac85df92.png . You added code incorrectly.
It should be like this http://storage8.static.itmages.com/i/15/0914/h_1442253053_2660169_6aef90b735.png . I’ve already edited the code.
Please check now.
Regards,
Eva Kemp.
Hello,
The credentials are incorrect. Please check them.
Regards,
Eva Kemp.
Hello,
The issue has been fixed.
Please check.
Regards,
Eva Kemp.
Hello,
The reason is you have long titles for products. Add this code in Theme Options > Custom CSS > Global Custom CSS:
.products-grid .product-title {
height: 80px;
}
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
I’ve added this code in Global Custom CSS:
.tab-content.tab-tab-custom {
padding-top: 10px !important;
}
Clear the cache and check tabs now.
Regards,
Eva Kemp.
Hello,
As I see you have only one variation http://storage4.static.itmages.com/i/15/0914/h_1442251087_1114320_df0239881f.png . You need add the second one. Please check it.
Regards,
Eva Kemp.
Hello,
As you can see the error is related to the plugin wp-content/plugins/woo-weight-shipping-master.
Disable it and check site after that.
Regards,
Eva Kemp.
Hello,
You have only one brand created and didn’t mark any products with it.
Tick some products with the brand in Products > edit a product.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You need also increase max-width: 340px; value in the code. Please try it.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Please refer to this documentation:
http://docs.woothemes.com/document/editing-product-data-tabs/
Regards,
Eva Kemp.
Hello,
Go to Pages > edit Shop page > select “Disable” for “Show Page Heading” option on the right side in “Page Layout” box.
Regards,
Eva Kemp.
Hello,
Please use this code:
.links li:after {
background-color: #000;
}
In this case you need edit the file wp-content/themes/woopress/framework/theme-functions.php (from line 901) and add the code you need.
Add this code to remove the border:
#lang_sel_click a {
border: none;
}
#lang_sel_click a:hover {
border: 1px solid #CDCDCD;
}
Do you mean you want to remove the “My account” and “Logout” links on mobile?
Regards,
Eva Kemp.