Tagged: Cart
Hi team,
We have searched for the answers to this topic on forums but with no luck~
Its still floating there~ Please help
Regards
Hey longlife0428!
Thank you for using Enfold.
Please add this css code in the Quick CSS field.
.html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
display: none !important;
}
Best regards,
Ismael
Hi Ismael,
We have tried put this into style.css in child theme, but nothing changed.
Was that doing right?
Can not find the Quick CSS field anymore.
Regards
Hi!
Can you please go to Dashboard -> Enfold and from there you will do find the Custom CSS options.
Please put it from there so we can be sure it will be called last on the CSS sequence.
Thanks a lot
Regards,
Basilis
Hi Basilis,
I have put it from both Quick CSS and Child stylesheet. see the attached images below:
Is it the right place?
Regards
I haven’t Quick CSS edit….. ;/ why???
I want change edit this kind of style:
.container_wrap.container_wrap_first.main_color.sidebar_right {
margin-top: !important 51px;
border-top: !important none;}
I can’t ;/ why?
Hi,
Does it work when you add it on both Quick CSS and style.css? the login details you gave doesn’t work.
Best regards,
Nikko
Hi Nikko,
Nope, nothing change!
Just wanna make sure we are talking about the same issus.
This is the floating cart icon that I want it to hide.
I have just test login credentials and it should be alright, please note that Id and Pswd are the same!
Regards
Hi!
Try to add this code in Quick CSS:
#header ul.cart_dropdown {
display: none !important;
}
Let us know if it works.
Best regards,
Nikko
Hi Nikko,
Thanks mate, it did works!
I was trying to add the code to stylesheet few days ago,
ul.cart_dropdown {
display: none !important;
}
And this work as well !
Regards
Hi!
Glad we could help :)
Best regards,
Nikko