Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #957081

    How can I get the quantity border back?

    #957128

    Hey DROR,

    Add this to quick css:

    #top div .quantity input.plus{
    border-left:1px solid #e1e1e1!important;
    }
    
    #top div .quantity input.minus{
    border-right:1px solid #e1e1e1!important;
    }

    Best regards,
    Jordan Shannon

    #957232

    that didn’t make any change.

    #957692

    Hi,

    Did you add it to the very top of quick css so that it runs first. Also hard reset your cache a few times over. That should do the job.

    Best regards,
    Jordan Shannon

    #958120

    True, it worked. How can I make it straight? The number seems to be a bit off.

    #958287

    Hi bakbek,

    Try adding this css code:

    #top div .quantity input.qty {
        margin-top: -1px;
    }

    Best regards,
    Nikko

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