Okay
  Public Ticket #1833567
WooCommerce Cart Icon Move
Closed

Comments

  • Andrew started the conversation

    I've been customizing Salient's parallax header and am getting very happy with it.  I've recently added WooCommerce plugin for a store and I like the shopping cart on the header, but, it's alignment with my tweaks is not quite working out.  How can I move this icon up (what css will target this icon both before and after the parallax scroll? Thanks.

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #header-outer .cart-menu .cart-icon-wrap {
        margin-top: -35px !important;
    }

    Thanks


    ThemeNectar Support Team