Okay
  Public Ticket #909023
Font size
Closed

Comments

  •  3
    Daniel started the conversation

    Hello,


    How can i enlarge font size Button, Price and Whishlist text.


    Thank you

  •  1,558
    Laborator replied

    Hi Daniel,

    This is for the price:

    .laborator-woocommerce .product-single .entry-summary .price > .amount, .laborator-woocommerce .product-single .entry-summary .price span.woocommerce-Price-currencySymbol {
        font-size: 50px !important;
    }
    

    This is for the button:

    .laborator-woocommerce .product-single .entry-summary .single_add_to_cart_button.button.alt.btn-default {
        font-size: 30px !important;
    }
    

    And this is for the Wishlist:

    .yith-wcwl-wishlistaddedbrowse.show {
        font-size: 20px !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    Daniel replied

    Thanks a lot, but working only button.

  •  1,558
    Laborator replied

    Hi Daniel,

    If you see in your previous ticket we provided the code for your price and that is why it's not working, because you have the code two times and the second time you put it on the CSS it didn't take any effect.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    Daniel replied

    Working good! Thanks!