Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #849785

    Hi,
    I can’t find solution, how to set a product grid to be full width stretched. It’s still boxed.
    Then How I can change title font size in the product grid? I need it smaller. Its too big.
    How to increase font size of text “Add to cart) in small button at Product purchase button to same size like other Enfold buttons?
    And last, How to increase font and Checkout, View card etc pages? I could change font size for all my pages, but for woocommerce nothing works.

    Thank you,

    #849934

    Hey Lukas,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #849968

    Hi,

    Lukas

    #850048

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #after_section_2 .container {
        max-width: 100% !important;
    }

    Best regards,
    Rikard

    #850249

    Hi,
    Thank you for the code. Product grid is stretched now.
    Could you help with others too, please?
    “Then How I can change title font size in the product grid? I need it smaller. Its too big.
    How to increase font size of text “Add to cart” in small button at Product purchase button to same size like other Enfold buttons?
    And last, How to increase font and Checkout, View card etc pages? I could change font size for all my pages, but for woocommerce nothing works.”

    Thank you,
    L.

    #850348

    Hi,

    You have this in your child theme CSS:

    #top .price span {
        font-size: 36px !important;
    }

    Change it to the size of your choice.

    Try this for the other text in the product grid:

    .inner_product_header_cell h2 {
      font-size: 20px !important;
    }

    Best regards,
    Rikard

    #850358

    OK, I made screenshots what I need:
    1. http://sshot.link/bcp

    2. http://sshot.link/bcq/ (the same for all woocommerce pages like, checkout, shop, card, account)

    Thank you

    #850675

    Hi,

    Our modifications have a limit on how far we can go.
    Richard provided most of the CSS that you need.
    If you require something else, please feel free to hire someone who will help you with the process.

    Thank you

    Best regards,
    Basilis

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