Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #709100

    Hi team,

    We have searched for the answers to this topic on forums but with no luck~

    Its still floating there~ Please help

    Regards

    #709645

    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

    #710089

    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

    #710101

    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

    #710159

    Hi Basilis,

    I have put it from both Quick CSS and Child stylesheet. see the attached images below:

    Child Theme style.css

    quick css field from enfold child

    Is it the right place?

    Regards

    #710228

    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?

    #710605

    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

    #710614

    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

    #711131

    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

    #711759

    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

    #711830

    Hi!

    Glad we could help :)

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to hide the floating cart icon on top-right or disable the cart function?’ is closed to new replies.