Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #340703

    shootsandmore
    Participant

    Hi Themeco,

    I noticed that all the menu items have a border around themselves in the mobile menu. The woocommerce cart icon however, doesn’t. Is it possible to also give this icon a border, so that it looks similar to the other menu items?

    Thanks in advance.

    #340704

    shootsandmore
    Participant
    This reply has been marked as private.
    #340719

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    @media (max-width:979px){
    li.menu-item.current-menu-parent.x-menu-item.x-menu-item-woocommerce a {
      border: 1px solid;
      margin-top: 15px;
      padding-top: 6px;
      padding-bottom: 6px;
    }
    }

    Hope that helps.

    #340730

    shootsandmore
    Participant

    That worked perfectly, tnx!

    #340748

    Christopher
    Moderator

    You’re welcome.