Okay
  Public Ticket #2755124
Font & Button Placement
Closed

Comments

  •  19
    david berman started the conversation

    Hi again 

    2 questions

    1. Add to cart button appears only when curser is placed on product. How do i have it permanently displayed below product?

    2. How do I increase subcategory font on laptop only? Don't want to affect mobile layout in anyway. See screenshot

  •  1,644
    Judith replied

    Hi David,

    Thanks for keeping in touch with us.

    1. I am afraid, I am not seeing the cart button at the moment. Please send a screenshot.

    2. Please try this css:

    @media only screen and (min-width: 1001px){
    body[data-header-format="left-header"] #top .sf-menu li ul li a {
        font-size: 11px;
    } }

    Hope this helps.

    Thanks.