Home Forums Basel support forum Header Icon Cart

Header Icon Cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1460

    mykha
    Participant

    Hi,

    please advise how to change header cart icon and search icon size. Also, I would like to try to make circle and items number font bigger.

    Thank you in advance.

    #1497

    Artem Temos
    Keymaster

    Hello,

    Here is a code snippet that should help you with your request, put it in Theme Settings -> Custom CSS

    .right-column .search-button a i:before {
        font-size: 26px;
    }
    .shopping-cart>a:before {
        font-size: 26px;
    }
    .basel-cart-design-3>a .basel-cart-number {
        width: 17px;
        height: 17px;
        line-height: 17px;
        font-size: 11px;
    }
    #1553

    mykha
    Participant

    It works, thank you.

    #1563

    Artem Temos
    Keymaster

    Great, you are always welcome.

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Header Icon Cart’ is closed to new replies.