Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #611071

    Hi everybody,
    when I press the Cart button in the top Main menü there will be opne a Pop Up menü.
    In this Pop Up menü I want to delete the “Kasse” button.

    Please see the attached picture.

    Thanks a lot !!Warenkorb Button

    #611300

    Hi Michael!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .dropdown_widget_cart .buttons a {
        width: 100%!important;
    }
    .dropdown_widget_cart .buttons a:nth-child(2) {
        display: none!important;
    }
    

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.