Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1274231

    Hello,

    I would like to change the “Add to cart” font and the font of the prices as well as their size and boldness so that they appear a little bit bigger.

    I can’t give access to the website because I’m running it with XAMPP…

    Any help would be very appreciated!

    Thanks a lot

    • This topic was modified 3 years, 11 months ago by DeMamp.
    #1274388

    Hey DeMamp,

    Please try to add the following codes in Enfold > General Styling > Quick CSS.

    For the Price:

    #top .price span {
        font-size: 22px;
        font-weight: bold;
    }

    For the Add to Cart button:

    #top .single_add_to_cart_button {
        font-size: 16px;
        font-weight: bold;
    }

    Hope it helps.

    Best regards,
    Nikko

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