Okay
  Public Ticket #2125601
Increase Header Icon Size
Closed

Comments

  •  6
    David started the conversation

    Hiya!

    Could you help me with a little CSS to increase the Header icon sizes? THANKS!!!

    1566527050040-83652.png

    1566527161701-31475.png
  •  3,024
    Andrew replied

    Hi David,

    Use the following custom css:

    body.material #header-outer #social-in-menu i {
        font-size: 23px;
    }
    body.material #top nav ul #nectar-user-account a span{
        font-size:28px;
    }
    #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
        font-size: 28px !important;
    }
    

    Hope this helps.

  •  6
    David replied

    Hey, Andrew. Thank you for this. Worked perfectly. You guys rock!