Q1:Mobile version logo is big.
So I want to customize the size of the vertical and horizontal.
Could you tell tell me how?I want to change this place. I attached an image.
This topic has 24 replies, 3 voices, and was last updated 6 years, 10 months ago ago by Rose Tyler
Q1:Mobile version logo is big.
So I want to customize the size of the vertical and horizontal.
Could you tell tell me how?I want to change this place. I attached an image.
Hello,
1. Theme Options > Header > Mobile Header > Logo image or add this code in Theme Options > Custom css > Global custom css:
.mobile-header-logo img {
max-width: 50%;
}
2.
.woocommerce table.wishlist_table td.product-add-to-cart a {
color: white;
}
Regards
Thank you for teaching me. I put in a tag.And also cached.
But I have a problem.
The item of Wishlist will disappear. That is, even if you register products in Wishlist it will not be saved. I will send the attached image.
Thank you Rose.
Please try to disable all 3rd party plugins to check if one of plugins causes the problem.
Regards
It improved. Thank you.
About Wishlist
Add this code in Theme Options > Custom css > Custom css for mobile:
.wishlist_table tr .product-thumbnail {
display: block;
max-width: 50%;
}
Regards
Thank you for your replay.I’m so happy.
But wishlist image was not displayed.:(
Thank you.:)
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Hey Rose,
Wishlist image was not displayed.
What is the cause?
Thank you always.
I did it!:)
Thank you so much Rose!
You’re welcome!
Regards
Hello again,
Hello,
1. You can add a Search widget in Appearance > Widgets > Shop sidebar.
2. You may use an additional plugin.
3. Theme Options > Header > Search > Search widget position. Also, the search can be hidden on separate pages using custom css code.
Regards
Thank you.
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Hello again,
About mobile menu.
I want to hide the search. I attached an image.
How can I hide it?
Hello,
Please add this code in Global custom css:
.mobile-menu-wrapper .header-search .search-form-wrapper {
display: none;
}
Regards
Thank you for your message.:)
Thank you Rose!:) I did it.:)
My pleasure 🙂
Regards
Hello,
About the category of shop page.
I want to hide the title of the red frame category.
Could you tell me how to hide the title of Bookshelf category. I attached an image.
Hi,
If you just want to hide instead of delete, you can find category’s ID http://prntscr.com/mke9sk
Then, add below code to Theme Options -> Custom CSS
.widget_product_categories.sidebar-widget ul li.cat-item-37{
display: none;
}
Regards,
Thank you so mush Rose!You are awesome!!!
I appreciate your kind support. 🙂
You’re welcome!
Have a nice day.
Regards
The issue related to '‘About mobile version logo.’' has been successfully resolved, and the topic is now closed for further responses