This topic has 15 replies, 4 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson
Can you tell me what php file is controlling mobile menu display?
Hello,
You can edit the file header.php. We recommend to make changes in the child theme not to lose changes after update.
You can set your Main Menu for Mobile Menu in Appearance > Menus > Manage Locations.
Regards,
Rose Tyler.
Thanks!
And how can I modify this cart here? http://pho.to/AY4C0
I need to translate it and to erase Cart or in this case Korpa word.
Hello,
Please provide FTP and WP Dashboard credentials in Private Content.
Regards,
Eva Kemp.
Hi there, here are credentials.
Hello,
As I see you’re using other header type than on your screenshot.
Do you need to remove word “Korpa” only?
Regards,
Eva Kemp.
No, I am not using other header type, that from the screenshot is preview for tablets, and you probably saw desktop version. I would like to remove all but icon of cart, amount and currence. So Need to remove Korpa, number of items and “items for”.
And if I may, is it possible to add cart in mobile menu?
Hello,
Please add this code in custom.css file:
@media (min-width: 680px) and (max-width: 1200px) {.shopping-cart-widget .cart-summ .price-summ, .shopping-cart-widget .cart-bag .badge-number {
display: none;
}
.shopping-cart-widget .cart-bag {
color: transparent;
}}
You can add Cart page to mobile menu in Appearance > Menus.
Regards,
Eva Kemp.
Dear Eva,
this did not work, it left me only bag, and removed amount and currency. How to retrieve that two?
Hello,
Please clarify what you want to remove and what needs to be kept.
Best regards,
Jack Richardson.
So on display lower then 980 I have cart next to logo. I want to have bag icon then space then value of cart then space then currency. So instead of (bag icon) “Korpa” 8 items for 8.000,00 rsd whic is now, I want “(bag icon) 8.000,00 rsd”
Hello,
Please use this css code:
@media (min-width: 680px) and (max-width: 1200px) {.shopping-cart-widget .cart-bag .badge-number {
display: none;
}
.shopping-cart-widget .cart-bag {
color: transparent;
}
.shopping-cart-widget .cart-summ > .cart-bag:before {
margin-right: -35px;
}}
Best regards,
Jack Richardson.
This is good step but Korpa word is still there just it is transparent and there is still that space where she was http://pho.to/AYLt7. How can I remove that?
Hello,
If we remove the word, cart icon will be also removed.
So try to replace this code:
.shopping-cart-widget .cart-summ > .cart-bag:before {
margin-right: -35px;
}
with this:
.shopping-cart-widget .cart-summ > .cart-bag:before {
margin-right: -35px !important;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up